Skip to content

Commit

Permalink
Update gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jan 6, 2024
1 parent 776e048 commit 8a7ee32
Showing 1 changed file with 35 additions and 32 deletions.
67 changes: 35 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrake (13.0.3)
airbrake (13.0.4)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.1)
airbrake-ruby (6.2.2)
rbtree3 (~> 0.6)
base64 (0.2.0)
clogger (2.4.0)
rack (>= 1.0, < 3.0)
coderay (1.1.3)
Expand All @@ -19,76 +20,78 @@ GEM
sax-machine (>= 1.0)
github-release-party (0.4.2)
rake (>= 12)
io-console (0.6.0)
irb (1.8.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (9.5.0)
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
newrelic_rpm (9.6.0)
base64
nio4r (2.7.0)
nokogiri (1.16.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm-linux)
nokogiri (1.16.0-arm-linux)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
opengraph_parser (0.2.5)
addressable
nokogiri
powder (0.4.0)
thor (>= 0.11.5)
prometheus-client (4.2.1)
prometheus-client (4.2.2)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
psych (5.1.0)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.3.1)
public_suffix (5.0.4)
puma (6.4.1)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.1.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-ssl-enforcer (0.2.9)
rake (13.0.6)
rake (13.1.0)
rbtree3 (0.7.1)
rdoc (6.5.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
reline (0.3.8)
reline (0.4.2)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sax-machine (1.3.2)
secure_headers (6.5.0)
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)
sinatra-contrib (3.1.0)
multi_json
sinatra-contrib (3.2.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
slop (3.6.0)
stringio (3.0.8)
thor (1.2.2)
stringio (3.1.0)
thor (1.3.0)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit 8a7ee32

Please sign in to comment.