Skip to content

Commit a382847

Browse files
committed
feat(Rails): ugprade to 5.1.2
1 parent ba496f7 commit a382847

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 5.0.2'
3+
gem 'rails', '~> 5.1'
44

55
gem 'dotenv-rails', require: 'dotenv/rails-now'
66

Gemfile.lock

+47-47
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,42 @@ GEM
1010
remote: https://rubygems.org/
1111
specs:
1212
CFPropertyList (2.3.5)
13-
actioncable (5.0.3)
14-
actionpack (= 5.0.3)
15-
nio4r (>= 1.2, < 3.0)
13+
actioncable (5.1.2)
14+
actionpack (= 5.1.2)
15+
nio4r (~> 2.0)
1616
websocket-driver (~> 0.6.1)
17-
actionmailer (5.0.3)
18-
actionpack (= 5.0.3)
19-
actionview (= 5.0.3)
20-
activejob (= 5.0.3)
17+
actionmailer (5.1.2)
18+
actionpack (= 5.1.2)
19+
actionview (= 5.1.2)
20+
activejob (= 5.1.2)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (5.0.3)
24-
actionview (= 5.0.3)
25-
activesupport (= 5.0.3)
23+
actionpack (5.1.2)
24+
actionview (= 5.1.2)
25+
activesupport (= 5.1.2)
2626
rack (~> 2.0)
2727
rack-test (~> 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (5.0.3)
31-
activesupport (= 5.0.3)
30+
actionview (5.1.2)
31+
activesupport (= 5.1.2)
3232
builder (~> 3.1)
33-
erubis (~> 2.7.0)
33+
erubi (~> 1.4)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.3)
36-
activejob (5.0.3)
37-
activesupport (= 5.0.3)
36+
activejob (5.1.2)
37+
activesupport (= 5.1.2)
3838
globalid (>= 0.3.6)
39-
activemodel (5.0.3)
40-
activesupport (= 5.0.3)
41-
activerecord (5.0.3)
42-
activemodel (= 5.0.3)
43-
activesupport (= 5.0.3)
44-
arel (~> 7.0)
45-
activerecord-postgis-adapter (4.0.3)
46-
activerecord (~> 5.0.0)
47-
rgeo-activerecord (~> 5.0.0)
48-
activesupport (5.0.3)
39+
activemodel (5.1.2)
40+
activesupport (= 5.1.2)
41+
activerecord (5.1.2)
42+
activemodel (= 5.1.2)
43+
activesupport (= 5.1.2)
44+
arel (~> 8.0)
45+
activerecord-postgis-adapter (5.0.2)
46+
activerecord (~> 5.1)
47+
rgeo-activerecord (~> 5.1)
48+
activesupport (5.1.2)
4949
concurrent-ruby (~> 1.0, >= 1.0.2)
5050
i18n (~> 0.7)
5151
minitest (~> 5.1)
@@ -61,7 +61,7 @@ GEM
6161
annotate (2.7.2)
6262
activerecord (>= 3.2, < 6.0)
6363
rake (>= 10.4, < 13.0)
64-
arel (7.1.4)
64+
arel (8.0.0)
6565
asset_sync (2.1.0)
6666
activemodel (>= 4.1.0)
6767
fog-core
@@ -155,7 +155,7 @@ GEM
155155
dotenv-rails (2.2.1)
156156
dotenv (= 2.2.1)
157157
railties (>= 3.2, < 5.2)
158-
erubis (2.7.0)
158+
erubi (1.6.1)
159159
excon (0.56.0)
160160
execjs (2.7.0)
161161
factory_girl (4.8.0)
@@ -313,7 +313,7 @@ GEM
313313
http-cookie (1.0.3)
314314
domain_name (~> 0.5)
315315
http_logger (0.5.1)
316-
i18n (0.8.4)
316+
i18n (0.8.6)
317317
ice_cube (0.14.0)
318318
inflecto (0.0.2)
319319
ipaddress (0.8.3)
@@ -348,15 +348,15 @@ GEM
348348
ruby_dep (~> 1.2)
349349
loofah (2.0.3)
350350
nokogiri (>= 1.5.9)
351-
mail (2.6.5)
351+
mail (2.6.6)
352352
mime-types (>= 1.16, < 4)
353353
meta-tags (2.4.1)
354354
actionpack (>= 3.2.0, < 5.2)
355355
method_source (0.8.2)
356356
mime-types (2.99.3)
357357
mini_magick (4.7.0)
358358
mini_portile2 (2.2.0)
359-
minitest (5.10.2)
359+
minitest (5.10.3)
360360
multi_json (1.12.1)
361361
multi_xml (0.6.0)
362362
multipart-post (2.0.0)
@@ -411,17 +411,17 @@ GEM
411411
rack
412412
rack-test (0.6.3)
413413
rack (>= 1.0)
414-
rails (5.0.3)
415-
actioncable (= 5.0.3)
416-
actionmailer (= 5.0.3)
417-
actionpack (= 5.0.3)
418-
actionview (= 5.0.3)
419-
activejob (= 5.0.3)
420-
activemodel (= 5.0.3)
421-
activerecord (= 5.0.3)
422-
activesupport (= 5.0.3)
414+
rails (5.1.2)
415+
actioncable (= 5.1.2)
416+
actionmailer (= 5.1.2)
417+
actionpack (= 5.1.2)
418+
actionview (= 5.1.2)
419+
activejob (= 5.1.2)
420+
activemodel (= 5.1.2)
421+
activerecord (= 5.1.2)
422+
activesupport (= 5.1.2)
423423
bundler (>= 1.3.0, < 2.0)
424-
railties (= 5.0.3)
424+
railties (= 5.1.2)
425425
sprockets-rails (>= 2.0.0)
426426
rails-dom-testing (2.0.3)
427427
activesupport (>= 4.2.0)
@@ -433,9 +433,9 @@ GEM
433433
rails (>= 3.1)
434434
rest-client (~> 2.0)
435435
rubyzip (~> 1)
436-
railties (5.0.3)
437-
actionpack (= 5.0.3)
438-
activesupport (= 5.0.3)
436+
railties (5.1.2)
437+
actionpack (= 5.1.2)
438+
activesupport (= 5.1.2)
439439
method_source
440440
rake (>= 0.8.7)
441441
thor (>= 0.18.1, < 2.0)
@@ -470,8 +470,8 @@ GEM
470470
mime-types (>= 1.16, < 4.0)
471471
netrc (~> 0.8)
472472
rgeo (0.6.0)
473-
rgeo-activerecord (5.0.1)
474-
activerecord (~> 5.0.0)
473+
rgeo-activerecord (5.1.0)
474+
activerecord (~> 5.0)
475475
rgeo (~> 0.3)
476476
rollbar (2.14.1)
477477
multi_json
@@ -646,7 +646,7 @@ DEPENDENCIES
646646
paranoia
647647
pg
648648
rack-cors
649-
rails (~> 5.0.2)
649+
rails (~> 5.1)
650650
rails_real_favicon
651651
ransack
652652
redis
@@ -679,4 +679,4 @@ DEPENDENCIES
679679
xray-rails
680680

681681
BUNDLED WITH
682-
1.15.1
682+
1.15.3

0 commit comments

Comments
 (0)