Skip to content

Commit

Permalink
Upgrade gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Oct 24, 2022
1 parent 1aa571f commit cd1ca8f
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrake (13.0.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
airbrake (13.0.3)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.1.0)
airbrake-ruby (6.2.0)
rbtree3 (~> 0.5)
clogger (2.3.1)
clogger (2.4.0)
rack (>= 1.0, < 3.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.3.0)
crass (1.0.6)
dotenv (2.7.6)
feedjira (3.2.1)
dotenv (2.8.1)
feedjira (3.2.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
github-release-party (0.3.6)
Expand All @@ -29,17 +30,17 @@ GEM
io-console (0.5.11)
irb (1.4.0)
reline (>= 0.3.0)
loofah (2.17.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.8.0)
multi_json (1.15.0)
mustermann (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (8.7.0)
newrelic_rpm (8.11.0)
nio4r (2.5.8)
nokogiri (1.13.6)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
opengraph_parser (0.2.5)
Expand All @@ -53,37 +54,40 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
public_suffix (4.0.7)
puma (5.6.4)
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (3.0.2)
rack
rack-ssl-enforcer (0.2.9)
rake (13.0.6)
rbtree3 (0.7.0)
redis (4.6.0)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.10.0)
connection_pool
reline (0.3.1)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sax-machine (1.3.2)
secure_headers (6.3.3)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
secure_headers (6.4.0)
sinatra (3.0.2)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
tilt (~> 2.0)
sinatra-contrib (2.2.0)
sinatra-contrib (3.0.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.2.0)
sinatra (= 2.2.0)
mustermann (~> 3.0)
rack-protection (= 3.0.2)
sinatra (= 3.0.2)
tilt (~> 2.0)
slop (3.6.0)
thor (1.2.1)
tilt (2.0.10)
tzinfo (2.0.4)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)

PLATFORMS
Expand Down Expand Up @@ -118,4 +122,4 @@ RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.3.13
2.3.24

0 comments on commit cd1ca8f

Please sign in to comment.