Skip to content

Commit 74ba8e9

Browse files
committed
Update dependencies
* Not yet on React 15.3 and eslint 3.x and react-router 2.6.1 * All others updated
1 parent 9891c09 commit 74ba8e9

File tree

3 files changed

+390
-304
lines changed

3 files changed

+390
-304
lines changed

Diff for: Gemfile.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ GEM
4141
addressable (2.4.0)
4242
archive-zip (0.7.0)
4343
io-like (~> 0.3.0)
44-
arel (7.0.0)
44+
arel (7.1.1)
4545
ast (2.3.0)
46-
autoprefixer-rails (6.3.7)
46+
autoprefixer-rails (6.4.0.1)
4747
execjs
4848
awesome_print (1.7.0)
4949
binding_of_caller (0.7.2)
5050
debug_inspector (>= 0.0.1)
51-
brakeman (3.3.2)
51+
brakeman (3.3.3)
5252
builder (3.2.2)
5353
bundler-audit (0.5.0)
5454
bundler (~> 1.2)
@@ -83,12 +83,12 @@ GEM
8383
coffee-script-source (1.10.0)
8484
concurrent-ruby (1.0.2)
8585
connection_pool (2.2.0)
86-
coveralls (0.8.14)
86+
coveralls (0.8.15)
8787
json (>= 1.8, < 3)
8888
simplecov (~> 0.12.0)
8989
term-ansicolor (~> 1.3)
9090
thor (~> 0.19.1)
91-
tins (~> 1.6.0)
91+
tins (>= 1.6.0, < 2)
9292
database_cleaner (1.5.3)
9393
debug_inspector (0.0.2)
9494
diff-lcs (1.2.5)
@@ -100,18 +100,18 @@ GEM
100100
factory_girl_rails (4.7.0)
101101
factory_girl (~> 4.7.0)
102102
railties (>= 3.0.0)
103-
ffi (1.9.13)
103+
ffi (1.9.14)
104104
foreman (0.82.0)
105105
thor (~> 0.19.1)
106106
generator_spec (0.9.3)
107107
activesupport (>= 3.0.0)
108108
railties (>= 3.0.0)
109-
globalid (0.3.6)
109+
globalid (0.3.7)
110110
activesupport (>= 4.1.0)
111111
i18n (0.7.0)
112112
interception (0.5)
113113
io-like (0.3.0)
114-
jbuilder (2.5.0)
114+
jbuilder (2.6.0)
115115
activesupport (>= 3.0.0, < 5.1)
116116
multi_json (~> 1.2)
117117
json (1.8.3)
@@ -166,7 +166,7 @@ GEM
166166
pry-stack_explorer (0.4.9.2)
167167
binding_of_caller (>= 0.7)
168168
pry (>= 0.9.11)
169-
puma (3.4.0)
169+
puma (3.6.0)
170170
rack (2.0.1)
171171
rack-test (0.6.3)
172172
rack (>= 1.0)
@@ -205,7 +205,7 @@ GEM
205205
ffi (>= 0.5.0)
206206
rdoc (4.2.2)
207207
json (~> 1.4)
208-
react_on_rails (6.0.4)
208+
react_on_rails (6.0.5)
209209
addressable
210210
connection_pool
211211
execjs (~> 2.5)
@@ -228,10 +228,10 @@ GEM
228228
rspec-expectations (= 3.5.0.beta3)
229229
rspec-mocks (= 3.5.0.beta3)
230230
rspec-support (= 3.5.0.beta3)
231-
rspec-retry (0.4.5)
232-
rspec-core
231+
rspec-retry (0.5.0)
232+
rspec-core (~> 3.3)
233233
rspec-support (3.5.0.beta3)
234-
rubocop (0.41.2)
234+
rubocop (0.42.0)
235235
parser (>= 2.3.1.1, < 3.0)
236236
powerpack (~> 0.1)
237237
rainbow (>= 1.99.1, < 3.0)
@@ -241,10 +241,10 @@ GEM
241241
parser (~> 2.2)
242242
slop (~> 3.4, >= 3.4.7)
243243
ruby-progressbar (1.8.1)
244-
ruby_dep (1.3.1)
244+
ruby_dep (1.4.0)
245245
rubyzip (1.2.0)
246246
sass (3.4.22)
247-
sass-rails (5.0.5)
247+
sass-rails (5.0.6)
248248
railties (>= 4.0.0, < 6)
249249
sass (~> 3.1)
250250
sprockets (>= 2.8, < 4.0)
@@ -269,7 +269,7 @@ GEM
269269
spring (1.7.2)
270270
spring-commands-rspec (1.0.4)
271271
spring (>= 0.9.1)
272-
sprockets (3.6.3)
272+
sprockets (3.7.0)
273273
concurrent-ruby (~> 1.0)
274274
rack (> 1, < 3)
275275
sprockets-rails (3.1.1)
@@ -282,10 +282,10 @@ GEM
282282
thor (0.19.1)
283283
thread_safe (0.3.5)
284284
tilt (2.0.5)
285-
tins (1.6.0)
285+
tins (1.12.0)
286286
tzinfo (1.2.2)
287287
thread_safe (~> 0.1)
288-
uglifier (3.0.0)
288+
uglifier (3.0.1)
289289
execjs (>= 0.3.0, < 3)
290290
unicode-display_width (1.1.0)
291291
web-console (3.3.1)
@@ -299,7 +299,7 @@ GEM
299299
websocket-extensions (0.1.2)
300300
xpath (2.0.0)
301301
nokogiri (~> 1.3)
302-
yard (0.9.0)
302+
yard (0.9.5)
303303

304304
PLATFORMS
305305
ruby

0 commit comments

Comments
 (0)