File tree Expand file tree Collapse file tree 2 files changed +21
-24
lines changed Expand file tree Collapse file tree 2 files changed +21
-24
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gem 'daemons', '~> 1.2.3'
11
11
gem 'google-spreadsheet-ruby'
12
12
gem 'mimemagic' , '~> 0.3.0'
13
13
gem 'natcmp' , '~> 1.4'
14
- gem 'newrelic_rpm'
14
+ gem 'newrelic_rpm' , '~> 4.8' , '>= 4.8.0.341'
15
15
gem 'paperclip' , '~> 5.0'
16
16
gem 'pdfkit' , '~> 0.8.2'
17
17
gem 'pg' , '~> 0.19.0'
@@ -23,7 +23,7 @@ gem 'transaction_isolation', '~> 1.0.3'
23
23
gem 'xml-simple' , '~> 1.1.1'
24
24
25
25
gem 'hiredis' # Redis for caching
26
- gem 'newrelic-redis'
26
+ # gem 'newrelic-redis' blocks new relic updates
27
27
gem 'readthis' # Redis for caching
28
28
29
29
gem 'doorkeeper'
@@ -46,7 +46,7 @@ group :assets do
46
46
end
47
47
48
48
group :development , :test do
49
- gem 'capybara' , '~> 2.5.0 '
49
+ gem 'capybara' , '~> 2.17 '
50
50
gem 'factory_girl_rails' , '~> 4.5.0'
51
51
gem 'poltergeist' , '~> 1.7.0'
52
52
gem 'rspec' , '~> 3.5.0'
Original file line number Diff line number Diff line change 45
45
public_suffix (>= 2.0.2 , < 4.0 )
46
46
andand (1.3.3 )
47
47
arel (6.0.4 )
48
- ast (2.3 .0 )
48
+ ast (2.4 .0 )
49
49
astrolabe (1.3.1 )
50
50
parser (~> 2.2 )
51
51
autoprefixer-rails (7.2.5 )
61
61
thor (~> 0.18 )
62
62
byebug (9.1.0 )
63
63
cancancan (1.13.1 )
64
- capybara (2.5.0 )
65
- mime-types (>= 1.16 )
64
+ capybara (2.17.0 )
65
+ addressable
66
+ mini_mime (>= 0.1.3 )
66
67
nokogiri (>= 1.3.3 )
67
68
rack (>= 1.0.0 )
68
69
rack-test (>= 0.5.4 )
69
- xpath (~> 2 .0 )
70
+ xpath (>= 2.0 , < 4 .0 )
70
71
climate_control (0.2.0 )
71
72
cliver (0.3.2 )
72
73
cocaine (0.5.8 )
95
96
railties (>= 3.0.0 )
96
97
faraday (0.14.0 )
97
98
multipart-post (>= 1.2 , < 3 )
98
- ffi (1.9.18 )
99
+ ffi (1.9.21 )
99
100
font-awesome-rails (4.7.0.3 )
100
101
railties (>= 3.2 , < 5.2 )
101
102
globalid (0.4.1 )
129
130
domain_name (~> 0.5 )
130
131
httpclient (2.8.3 )
131
132
hurley (0.2 )
132
- i18n (0.9.1 )
133
+ i18n (0.9.3 )
133
134
concurrent-ruby (~> 1.0 )
134
135
jquery-rails (3.1.4 )
135
136
railties (>= 3.0 , < 5.0 )
@@ -167,19 +168,16 @@ GEM
167
168
thin
168
169
mini_mime (1.0.0 )
169
170
mini_portile2 (2.3.0 )
170
- minitest (5.11.1 )
171
+ minitest (5.11.3 )
171
172
multi_json (1.13.1 )
172
173
multipart-post (2.0.0 )
173
174
natcmp (1.4.1 )
174
175
netrc (0.11.0 )
175
- newrelic-redis (2.0.2 )
176
- newrelic_rpm (~> 3.11 )
177
- redis (< 4.0 )
178
- newrelic_rpm (3.18.1.330 )
179
- nokogiri (1.8.1 )
176
+ newrelic_rpm (4.8.0.341 )
177
+ nokogiri (1.8.2 )
180
178
mini_portile2 (~> 2.3.0 )
181
179
os (0.9.6 )
182
- paperclip (5.1.0 )
180
+ paperclip (5.2.1 )
183
181
activemodel (>= 4.2.0 )
184
182
activesupport (>= 4.2.0 )
185
183
cocaine (~> 0.5.5 )
248
246
readthis (2.2.0 )
249
247
connection_pool (~> 2.1 )
250
248
redis (>= 3.0 , < 5.0 )
251
- redis (3.3.5 )
249
+ redis (4.0.1 )
252
250
representable (3.0.4 )
253
251
declarative (< 0.1.0 )
254
252
declarative-option (< 0.2.0 )
@@ -340,21 +338,21 @@ GEM
340
338
tins (1.6.0 )
341
339
transaction_isolation (1.0.3 )
342
340
activerecord (>= 3.0.11 )
343
- tzinfo (1.2.4 )
341
+ tzinfo (1.2.5 )
344
342
thread_safe (~> 0.1 )
345
343
uber (0.1.0 )
346
344
uglifier (2.7.2 )
347
345
execjs (>= 0.3.0 )
348
346
json (>= 1.8.0 )
349
347
unf (0.1.4 )
350
348
unf_ext
351
- unf_ext (0.0.7.4 )
349
+ unf_ext (0.0.7.5 )
352
350
websocket-driver (0.7.0 )
353
351
websocket-extensions (>= 0.1.0 )
354
352
websocket-extensions (0.1.3 )
355
353
xml-simple (1.1.5 )
356
- xpath (2.1 .0 )
357
- nokogiri (~> 1.3 )
354
+ xpath (3.0 .0 )
355
+ nokogiri (~> 1.8 )
358
356
359
357
PLATFORMS
360
358
ruby
@@ -366,7 +364,7 @@ DEPENDENCIES
366
364
brakeman
367
365
bundler-audit
368
366
cancancan (~> 1.13.0 )
369
- capybara (~> 2.5.0 )
367
+ capybara (~> 2.17 )
370
368
daemons (~> 1.2.3 )
371
369
database_cleaner (~> 1.5.0 )
372
370
doorkeeper
@@ -382,8 +380,7 @@ DEPENDENCIES
382
380
mimemagic (~> 0.3.0 )
383
381
mimic (~> 0.4.3 )
384
382
natcmp (~> 1.4 )
385
- newrelic-redis
386
- newrelic_rpm
383
+ newrelic_rpm (~> 4.8 , >= 4.8.0.341 )
387
384
paperclip (~> 5.0 )
388
385
pdfkit (~> 0.8.2 )
389
386
pg (~> 0.19.0 )
You can’t perform that action at this time.
0 commit comments