Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 24, 2024
1 parent 17362e6 commit 2d64494
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 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.6'
gem 'newrelic_rpm', '~> 9.7'

# Security
# gem 'secure_headers'
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
arel (6.0.4)
ast (2.4.2)
autoprefixer-rails (10.4.15.0)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
base64 (0.2.0)
bigdecimal (3.0.2)
builder (3.2.4)
byebug (11.1.3)
capybara (3.32.2)
Expand All @@ -61,13 +61,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
crack (0.4.5)
concurrent-ruby (1.2.3)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
database_cleaner (1.99.0)
debug_inspector (1.1.0)
diff-lcs (1.5.0)
debug_inspector (1.2.0)
diff-lcs (1.5.1)
docile (1.3.5)
email_spec (2.2.2)
htmlentities (~> 4.3.3)
Expand All @@ -85,7 +86,7 @@ GEM
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
htmlentities (4.3.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand All @@ -106,13 +107,12 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.4.0)
minitest (5.15.0)
newrelic_rpm (9.6.0)
base64
nio4r (2.6.0)
newrelic_rpm (9.7.1)
nio4r (2.7.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.20.1)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (0.21.0)
Expand All @@ -125,7 +125,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.7)
puma (6.4.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (1.6.13)
Expand Down Expand Up @@ -168,14 +168,14 @@ GEM
ffi (~> 1.0)
regexp_parser (1.8.2)
rexml (3.2.5)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-rails (4.1.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
Expand All @@ -184,7 +184,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.1)
rspec-support (3.13.1)
rubocop (1.12.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -296,7 +296,7 @@ DEPENDENCIES
i18n-js (~> 3.9)
jquery-rails (~> 4.5)
loofah (~> 2.20.0)
newrelic_rpm (~> 9.6)
newrelic_rpm (~> 9.7)
pg (~> 0.21.0)
pry (~> 0.13.1)
pry-byebug (~> 3.9)
Expand Down

0 comments on commit 2d64494

Please sign in to comment.