Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Nov 5, 2024
1 parent 127a1cf commit a3debc7
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
RedCloth (4.3.4)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ansi (1.5.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
capybara (2.18.0)
addressable
Expand All @@ -29,7 +30,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
ffi (1.15.5)
ffi (1.17.0)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
Expand All @@ -43,10 +44,10 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.18.0)
minitest-reporters (1.6.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
Expand All @@ -56,38 +57,39 @@ GEM
rb-fsevent (>= 0.9)
rb-inotify (>= 0.8)
unicorn (>= 4.5)
mustermann (3.0.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.1)
racc (1.7.3)
rack (2.2.8.1)
rack-protection (3.1.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.10)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
raindrops (0.20.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rb-kqueue (0.2.8)
ffi (>= 0.5.0)
rdiscount (2.2.7)
rdiscount (2.2.7.3)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sass-embedded (1.80.6)
google-protobuf (~> 4.28)
rake (>= 13)
sinatra (3.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack-protection (= 3.2.0)
tilt (~> 2.0)
temple (0.10.0)
tilt (2.1.0)
temple (0.10.3)
tilt (2.4.0)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down

0 comments on commit a3debc7

Please sign in to comment.