Skip to content

Commit f96e1cd

Browse files
committed
Update dependencies
1 parent b355489 commit f96e1cd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'pg', '~> 0.21.0'
2121

2222
# App monitoring
2323
# gem 'airbrake'
24-
gem 'newrelic_rpm', '~> 9.12'
24+
gem 'newrelic_rpm', '~> 9.21'
2525

2626
# Security
2727
# gem 'secure_headers'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GEM
8585
ffi (1.15.5)
8686
globalid (0.4.2)
8787
activesupport (>= 4.2.0)
88-
hashdiff (1.2.0)
88+
hashdiff (1.2.1)
8989
htmlentities (4.3.4)
9090
i18n (0.9.5)
9191
concurrent-ruby (~> 1.0)
@@ -106,12 +106,12 @@ GEM
106106
mini_mime (1.1.2)
107107
mini_portile2 (2.4.0)
108108
minitest (5.15.0)
109-
newrelic_rpm (9.19.0)
109+
newrelic_rpm (9.21.0)
110110
nio4r (2.7.3)
111111
nokogiri (1.10.10)
112112
mini_portile2 (~> 2.4.0)
113113
parallel (1.20.1)
114-
parser (3.3.8.0)
114+
parser (3.3.9.0)
115115
ast (~> 2.4.1)
116116
racc
117117
pg (0.21.0)
@@ -124,7 +124,7 @@ GEM
124124
pry-rails (0.3.11)
125125
pry (>= 0.13.0)
126126
public_suffix (4.0.7)
127-
puma (6.6.0)
127+
puma (6.6.1)
128128
nio4r (~> 2.0)
129129
racc (1.5.2)
130130
rack (1.6.13)
@@ -167,7 +167,7 @@ GEM
167167
ffi (~> 1.0)
168168
regexp_parser (1.8.2)
169169
rexml (3.2.5)
170-
rspec-core (3.13.4)
170+
rspec-core (3.13.5)
171171
rspec-support (~> 3.13.0)
172172
rspec-expectations (3.13.5)
173173
diff-lcs (>= 1.2.0, < 2.0)
@@ -183,7 +183,7 @@ GEM
183183
rspec-expectations (~> 3.10)
184184
rspec-mocks (~> 3.10)
185185
rspec-support (~> 3.10)
186-
rspec-support (3.13.4)
186+
rspec-support (3.13.5)
187187
rubocop (1.12.1)
188188
parallel (~> 1.10)
189189
parser (>= 3.0.0.0)
@@ -228,7 +228,7 @@ GEM
228228
simplecov (0.18.5)
229229
docile (~> 1.1)
230230
simplecov-html (~> 0.11)
231-
simplecov-html (0.13.1)
231+
simplecov-html (0.13.2)
232232
simplecov-lcov (0.8.0)
233233
slim (4.1.0)
234234
temple (>= 0.7.6, < 0.9)
@@ -297,7 +297,7 @@ DEPENDENCIES
297297
i18n-js (~> 3.9)
298298
jquery-rails (~> 4.5)
299299
loofah (~> 2.20.0)
300-
newrelic_rpm (~> 9.12)
300+
newrelic_rpm (~> 9.21)
301301
pg (~> 0.21.0)
302302
pry (~> 0.13.1)
303303
pry-byebug (~> 3.9)

0 commit comments

Comments
 (0)