Skip to content

Commit

Permalink
Upgrade gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Apr 2, 2023
1 parent cf63c3a commit aa0b711
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.2)
public_suffix (>= 2.0.2, < 6.0)
airbrake (13.0.3)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.0)
rbtree3 (~> 0.5)
airbrake-ruby (6.2.1)
rbtree3 (~> 0.6)
clogger (2.4.0)
rack (>= 1.0, < 3.0)
coderay (1.1.3)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
crass (1.0.6)
dotenv (2.8.1)
feedjira (3.2.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
github-release-party (0.4.0)
github-release-party (0.4.2)
rake (>= 12)
io-console (0.6.0)
irb (1.6.2)
irb (1.6.3)
reline (>= 0.3.0)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (8.16.0)
newrelic_rpm (9.1.0)
nio4r (2.5.8)
nokogiri (1.14.1-aarch64-linux)
nokogiri (1.14.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.1-arm-linux)
nokogiri (1.14.2-arm-linux)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
opengraph_parser (0.2.5)
addressable
nokogiri
powder (0.4.0)
thor (>= 0.11.5)
prometheus-client (4.0.0)
prometheus-client (4.1.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
public_suffix (5.0.1)
puma (6.1.0)
puma (6.2.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.4)
rack-protection (3.0.5)
rack
rack-ssl-enforcer (0.2.9)
rake (13.0.6)
rbtree3 (0.7.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.12.1)
redis-client (0.14.1)
connection_pool
reline (0.3.2)
reline (0.3.3)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sax-machine (1.3.2)
Expand All @@ -83,7 +83,7 @@ GEM
tilt (~> 2.0)
slop (3.6.0)
thor (1.2.1)
tilt (2.0.11)
tilt (2.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

Expand Down Expand Up @@ -121,4 +121,4 @@ RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.4.6
2.4.10

0 comments on commit aa0b711

Please sign in to comment.