Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 22, 2023
1 parent ea3052e commit 5f36193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '2.4.10'
gem 'rails', '4.2.11.3'

# Servers
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'

# API
# gem 'rabl'
Expand All @@ -19,7 +19,7 @@ gem 'pg', '~> 0.21.0'

# App monitoring
# gem 'airbrake'
gem 'newrelic_rpm', '~> 9.4'
gem 'newrelic_rpm', '~> 9.5'

# Security
# gem 'secure_headers'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
launchy (~> 2.1)
mail (~> 2.7)
erubis (2.7.0)
execjs (2.8.1)
execjs (2.9.0)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
factory_bot_rails (5.2.0)
Expand Down Expand Up @@ -105,12 +105,12 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.4.0)
minitest (5.15.0)
newrelic_rpm (9.4.2)
newrelic_rpm (9.5.0)
nio4r (2.5.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.20.1)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (0.21.0)
Expand All @@ -123,7 +123,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.7)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.5.2)
rack (1.6.13)
Expand Down Expand Up @@ -267,7 +267,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
web-console (3.3.0)
activemodel (>= 4.2)
debug_inspector
Expand All @@ -294,12 +294,12 @@ DEPENDENCIES
i18n-js (~> 3.9)
jquery-rails (~> 4.5)
loofah (~> 2.20.0)
newrelic_rpm (~> 9.4)
newrelic_rpm (~> 9.5)
pg (~> 0.21.0)
pry (~> 0.13.1)
pry-byebug (~> 3.9)
pry-rails (~> 0.3.9)
puma (~> 6.3)
puma (~> 6.4)
rack-timeout (~> 0.6.3)
rails (= 4.2.11.3)
rails_12factor (~> 0.0.3)
Expand Down

0 comments on commit 5f36193

Please sign in to comment.