Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jun 23, 2024
1 parent 2d64494 commit 18e08ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'pg', '~> 0.21.0'

# App monitoring
# gem 'airbrake'
gem 'newrelic_rpm', '~> 9.7'
gem 'newrelic_rpm', '~> 9.11'

# Security
# gem 'secure_headers'
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
arel (6.0.4)
ast (2.4.2)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
base64 (0.2.0)
bigdecimal (3.0.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
capybara (3.32.2)
addressable
Expand All @@ -61,7 +62,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -103,16 +104,16 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.2)
mini_portile2 (2.4.0)
minitest (5.15.0)
newrelic_rpm (9.7.1)
nio4r (2.7.1)
newrelic_rpm (9.11.0)
nio4r (2.7.3)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.20.1)
parser (3.3.0.5)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pg (0.21.0)
Expand All @@ -122,8 +123,8 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
pry-rails (0.3.11)
pry (>= 0.13.0)
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -162,18 +163,18 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.8.2)
rexml (3.2.5)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (4.1.2)
Expand Down Expand Up @@ -247,7 +248,8 @@ GEM
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
sprockets (3.7.3)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
Expand Down Expand Up @@ -296,7 +298,7 @@ DEPENDENCIES
i18n-js (~> 3.9)
jquery-rails (~> 4.5)
loofah (~> 2.20.0)
newrelic_rpm (~> 9.7)
newrelic_rpm (~> 9.11)
pg (~> 0.21.0)
pry (~> 0.13.1)
pry-byebug (~> 3.9)
Expand Down

0 comments on commit 18e08ff

Please sign in to comment.