Skip to content

Commit 6d452a5

Browse files
authored
Merge pull request #366 from coderdojo-japan/upgrade-rails-to-52
Bundle Update: Scrivito 1.15.0, Rails 5.1.6.1, and deleting fixed gem for workaround
2 parents a943b90 + fd92797 commit 6d452a5

File tree

2 files changed

+80
-90
lines changed

2 files changed

+80
-90
lines changed

Gemfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
source 'https://rubygems.org'
22
ruby '2.5.3'
33

4-
gem 'rails', '5.1.6'
4+
gem 'rails', '~> 5.1.6'
55
gem 'pg'
66
gem 'dumper'
77

8-
gem 'scrivito', '~> 1.13.0'
8+
gem 'scrivito', '~> 1.15.0'
99
gem 'scrivito_section_widgets'
1010
gem 'scrivito_teaser_widget'
1111

@@ -31,18 +31,10 @@ gem 'secure_headers'
3131
gem 'kramdown'
3232

3333
gem 'faraday'
34-
# TODO: Delete this if the following issue is fixed
35-
# https://github.com/bundler/bundler/issues/5332
36-
gem 'faraday_middleware', '0.10'
37-
3834
gem 'koala'
39-
4035
gem 'rack-user_agent'
41-
4236
gem 'rack-attack'
43-
4437
gem 'google_drive'
45-
4638
gem 'lazy_high_charts'
4739

4840
group :development do

Gemfile.lock

Lines changed: 78 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.1.6)
5-
actionpack (= 5.1.6)
4+
actioncable (5.1.6.1)
5+
actionpack (= 5.1.6.1)
66
nio4r (~> 2.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.6)
9-
actionpack (= 5.1.6)
10-
actionview (= 5.1.6)
11-
activejob (= 5.1.6)
8+
actionmailer (5.1.6.1)
9+
actionpack (= 5.1.6.1)
10+
actionview (= 5.1.6.1)
11+
activejob (= 5.1.6.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.6)
15-
actionview (= 5.1.6)
16-
activesupport (= 5.1.6)
14+
actionpack (5.1.6.1)
15+
actionview (= 5.1.6.1)
16+
activesupport (= 5.1.6.1)
1717
rack (~> 2.0)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.1.6)
22-
activesupport (= 5.1.6)
21+
actionview (5.1.6.1)
22+
activesupport (= 5.1.6.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.1.6)
28-
activesupport (= 5.1.6)
27+
activejob (5.1.6.1)
28+
activesupport (= 5.1.6.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.1.6)
31-
activesupport (= 5.1.6)
32-
activerecord (5.1.6)
33-
activemodel (= 5.1.6)
34-
activesupport (= 5.1.6)
30+
activemodel (5.1.6.1)
31+
activesupport (= 5.1.6.1)
32+
activerecord (5.1.6.1)
33+
activemodel (= 5.1.6.1)
34+
activesupport (= 5.1.6.1)
3535
arel (~> 8.0)
36-
activesupport (5.1.6)
36+
activesupport (5.1.6.1)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (>= 0.7, < 2)
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
4141
addressable (2.5.2)
4242
public_suffix (>= 2.0.2, < 4.0)
4343
arel (8.0.0)
44-
autoprefixer-rails (9.4.2)
44+
autoprefixer-rails (9.4.3)
4545
execjs
4646
backports (3.11.4)
4747
bindex (0.5.0)
4848
binding_of_caller (0.8.0)
4949
debug_inspector (>= 0.0.1)
50-
bootstrap-sass (3.3.7)
50+
bootstrap-sass (3.4.0)
5151
autoprefixer-rails (>= 5.2.1)
52-
sass (>= 3.3.4)
52+
sassc (>= 2.0.0)
5353
builder (3.2.3)
5454
byebug (10.0.2)
5555
capybara (3.12.0)
@@ -70,7 +70,7 @@ GEM
7070
coffee-script-source
7171
execjs
7272
coffee-script-source (1.12.2)
73-
concurrent-ruby (1.1.3)
73+
concurrent-ruby (1.1.4)
7474
connection_pool (2.2.2)
7575
crass (1.0.4)
7676
debug_inspector (0.0.3)
@@ -85,15 +85,15 @@ GEM
8585
multi_json (>= 1.0)
8686
multipart-post (>= 1.1.5)
8787
posix-spawn (>= 0.3.6)
88-
erubi (1.7.1)
88+
erubi (1.8.0)
8989
erubis (2.7.0)
9090
ethon (0.11.0)
9191
ffi (>= 1.3.0)
9292
execjs (2.7.0)
93-
faraday (0.9.2)
93+
faraday (0.15.4)
9494
multipart-post (>= 1.2, < 3)
95-
faraday_middleware (0.10.0)
96-
faraday (>= 0.7.4, < 0.10)
95+
faraday_middleware (0.12.2)
96+
faraday (>= 0.7.4, < 1.0)
9797
ffi (1.9.25)
9898
flamegraph (0.9.5)
9999
font-awesome-rails (4.7.0.4)
@@ -107,24 +107,24 @@ GEM
107107
net-http-pipeline
108108
globalid (0.4.1)
109109
activesupport (>= 4.2.0)
110-
google-api-client (0.21.2)
110+
google-api-client (0.25.0)
111111
addressable (~> 2.5, >= 2.5.1)
112112
googleauth (>= 0.5, < 0.7.0)
113113
httpclient (>= 2.8.1, < 3.0)
114114
mime-types (~> 3.0)
115115
representable (~> 3.0)
116116
retriable (>= 2.0, < 4.0)
117-
google_drive (3.0.0)
118-
google-api-client (>= 0.11.0, < 0.22.0)
117+
signet (~> 0.10)
118+
google_drive (3.0.1)
119+
google-api-client (>= 0.11.0, < 0.26.0)
119120
googleauth (>= 0.5.0, < 1.0.0)
120121
nokogiri (>= 1.5.3, < 2.0.0)
121-
googleauth (0.5.1)
122-
faraday (~> 0.9)
123-
jwt (~> 1.4)
124-
logging (~> 2.0)
125-
memoist (~> 0.12)
122+
googleauth (0.6.7)
123+
faraday (~> 0.12)
124+
jwt (>= 1.4, < 3.0)
125+
memoist (~> 0.16)
126126
multi_json (~> 1.11)
127-
os (~> 0.9)
127+
os (>= 0.9, < 2.0)
128128
signet (~> 0.7)
129129
haml (5.0.4)
130130
temple (>= 0.8.0)
@@ -143,10 +143,10 @@ GEM
143143
nokogiri (>= 1.6.0)
144144
ruby_parser (~> 3.5)
145145
httpclient (2.8.3)
146-
hyp_diff (0.0.5)
147-
diff-lcs (~> 1.2, >= 1.2.5)
148-
nokogiri (~> 1.6, >= 1.6.5)
149-
i18n (1.1.1)
146+
hyp_diff (0.0.6)
147+
diff-lcs (>= 1.2, < 2.0)
148+
nokogiri (>= 1.6, < 2.0)
149+
i18n (1.3.0)
150150
concurrent-ruby (~> 1.0)
151151
jbuilder (2.8.0)
152152
activesupport (>= 4.2.0)
@@ -158,7 +158,7 @@ GEM
158158
jquery-ui-rails (6.0.1)
159159
railties (>= 3.2.16)
160160
json (2.1.0)
161-
jwt (1.5.6)
161+
jwt (2.1.0)
162162
koala (3.0.0)
163163
addressable
164164
faraday
@@ -172,10 +172,6 @@ GEM
172172
rb-fsevent (~> 0.9, >= 0.9.4)
173173
rb-inotify (~> 0.9, >= 0.9.7)
174174
ruby_dep (~> 1.2)
175-
little-plugger (1.1.4)
176-
logging (2.2.2)
177-
little-plugger (~> 1.1)
178-
multi_json (~> 1.10)
179175
loofah (2.2.3)
180176
crass (~> 1.0.2)
181177
nokogiri (>= 1.5.9)
@@ -188,7 +184,7 @@ GEM
188184
mime-types-data (~> 3.2015)
189185
mime-types-data (3.2018.0812)
190186
mini_mime (1.0.1)
191-
mini_portile2 (2.3.0)
187+
mini_portile2 (2.4.0)
192188
minitest (5.11.3)
193189
minitest-retry (0.1.9)
194190
minitest (>= 5.0)
@@ -198,9 +194,9 @@ GEM
198194
connection_pool (~> 2.2)
199195
net-http-pipeline (1.0.1)
200196
nio4r (2.3.1)
201-
nokogiri (1.8.5)
202-
mini_portile2 (~> 2.3.0)
203-
os (0.9.6)
197+
nokogiri (1.9.1)
198+
mini_portile2 (~> 2.4.0)
199+
os (1.0.0)
204200
pg (1.1.3)
205201
posix-spawn (0.3.13)
206202
pry (0.12.2)
@@ -226,24 +222,24 @@ GEM
226222
rack (>= 1.0, < 3)
227223
rack-host-redirect (1.3.0)
228224
rack
229-
rack-mini-profiler (1.0.0)
225+
rack-mini-profiler (1.0.1)
230226
rack (>= 1.2.0)
231227
rack-test (1.1.0)
232228
rack (>= 1.0, < 3)
233229
rack-user_agent (0.5.2)
234230
rack (>= 1.5)
235231
woothee (>= 1.0.0)
236-
rails (5.1.6)
237-
actioncable (= 5.1.6)
238-
actionmailer (= 5.1.6)
239-
actionpack (= 5.1.6)
240-
actionview (= 5.1.6)
241-
activejob (= 5.1.6)
242-
activemodel (= 5.1.6)
243-
activerecord (= 5.1.6)
244-
activesupport (= 5.1.6)
232+
rails (5.1.6.1)
233+
actioncable (= 5.1.6.1)
234+
actionmailer (= 5.1.6.1)
235+
actionpack (= 5.1.6.1)
236+
actionview (= 5.1.6.1)
237+
activejob (= 5.1.6.1)
238+
activemodel (= 5.1.6.1)
239+
activerecord (= 5.1.6.1)
240+
activesupport (= 5.1.6.1)
245241
bundler (>= 1.3.0)
246-
railties (= 5.1.6)
242+
railties (= 5.1.6.1)
247243
sprockets-rails (>= 2.0.0)
248244
rails-controller-testing (1.0.4)
249245
actionpack (>= 5.0.1.x)
@@ -254,16 +250,16 @@ GEM
254250
nokogiri (>= 1.6)
255251
rails-html-sanitizer (1.0.4)
256252
loofah (~> 2.2, >= 2.2.2)
257-
railties (5.1.6)
258-
actionpack (= 5.1.6)
259-
activesupport (= 5.1.6)
253+
railties (5.1.6.1)
254+
actionpack (= 5.1.6.1)
255+
activesupport (= 5.1.6.1)
260256
method_source
261257
rake (>= 0.8.7)
262258
thor (>= 0.18.1, < 2.0)
263259
rake (12.3.2)
264260
rb-fsevent (0.10.3)
265-
rb-inotify (0.9.10)
266-
ffi (>= 0.5.0, < 2)
261+
rb-inotify (0.10.0)
262+
ffi (~> 1.0)
267263
regexp_parser (1.3.0)
268264
representable (3.0.4)
269265
declarative (< 0.1.0)
@@ -304,20 +300,23 @@ GEM
304300
sprockets (>= 2.8, < 4.0)
305301
sprockets-rails (>= 2.0, < 4.0)
306302
tilt (>= 1.1, < 3)
307-
scrivito (1.13.0)
308-
scrivito_content_browser (= 1.13.0)
309-
scrivito_editors (= 1.13.0)
310-
scrivito_sdk (= 1.13.0)
311-
scrivito_ui (= 1.13.0)
312-
scrivito_content_browser (1.13.0)
303+
sassc (2.0.0)
304+
ffi (~> 1.9.6)
305+
rake
306+
scrivito (1.15.0)
307+
scrivito_content_browser (= 1.15.0)
308+
scrivito_editors (= 1.15.0)
309+
scrivito_sdk (= 1.15.0)
310+
scrivito_ui (= 1.15.0)
311+
scrivito_content_browser (1.15.0)
313312
railties
314-
scrivito_sdk (= 1.13.0)
315-
scrivito_editors (1.13.0)
313+
scrivito_sdk (= 1.15.0)
314+
scrivito_editors (1.15.0)
316315
jquery-ui-rails (>= 5.0.0, < 7.0.0)
317316
railties
318-
scrivito_content_browser (= 1.13.0)
319-
scrivito_sdk (= 1.13.0)
320-
scrivito_sdk (1.13.0)
317+
scrivito_content_browser (= 1.15.0)
318+
scrivito_sdk (= 1.15.0)
319+
scrivito_sdk (1.15.0)
321320
addressable (~> 2.3)
322321
connection_pool (~> 2.2)
323322
diff-lcs (~> 1.2)
@@ -335,7 +334,7 @@ GEM
335334
scrivito
336335
scrivito_teaser_widget (0.1.2)
337336
scrivito
338-
scrivito_ui (1.13.0)
337+
scrivito_ui (1.15.0)
339338
railties
340339
secure_headers (6.0.0)
341340
selenium-webdriver (3.141.0)
@@ -402,7 +401,6 @@ DEPENDENCIES
402401
dotenv-rails
403402
dumper
404403
faraday
405-
faraday_middleware (= 0.10)
406404
flamegraph
407405
font-awesome-rails
408406
google_drive
@@ -424,14 +422,14 @@ DEPENDENCIES
424422
rack-host-redirect
425423
rack-mini-profiler
426424
rack-user_agent
427-
rails (= 5.1.6)
425+
rails (~> 5.1.6)
428426
rails-controller-testing
429427
rails-html-sanitizer (~> 1.0.4)
430428
rake
431429
rspec-rails (~> 3.5)
432430
rspec-retry
433431
sass-rails
434-
scrivito (~> 1.13.0)
432+
scrivito (~> 1.15.0)
435433
scrivito_section_widgets
436434
scrivito_teaser_widget
437435
secure_headers

0 commit comments

Comments
 (0)