Skip to content

Commit 60b56e7

Browse files
committed
Upgraded Rails to 5.1.5
1 parent 86566c0 commit 60b56e7

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source "https://rubygems.org"
33

44
#don't upgrade
5-
gem "rails", "5.1.5.rc1"
5+
gem "rails", "5.1.5"
66

77
ruby "2.4.3"
88

Gemfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.1.5.rc1)
5-
actionpack (= 5.1.5.rc1)
4+
actioncable (5.1.5)
5+
actionpack (= 5.1.5)
66
nio4r (~> 2.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.5.rc1)
9-
actionpack (= 5.1.5.rc1)
10-
actionview (= 5.1.5.rc1)
11-
activejob (= 5.1.5.rc1)
8+
actionmailer (5.1.5)
9+
actionpack (= 5.1.5)
10+
actionview (= 5.1.5)
11+
activejob (= 5.1.5)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.5.rc1)
15-
actionview (= 5.1.5.rc1)
16-
activesupport (= 5.1.5.rc1)
14+
actionpack (5.1.5)
15+
actionview (= 5.1.5)
16+
activesupport (= 5.1.5)
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.5.rc1)
22-
activesupport (= 5.1.5.rc1)
21+
actionview (5.1.5)
22+
activesupport (= 5.1.5)
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.5.rc1)
28-
activesupport (= 5.1.5.rc1)
27+
activejob (5.1.5)
28+
activesupport (= 5.1.5)
2929
globalid (>= 0.3.6)
30-
activemodel (5.1.5.rc1)
31-
activesupport (= 5.1.5.rc1)
32-
activerecord (5.1.5.rc1)
33-
activemodel (= 5.1.5.rc1)
34-
activesupport (= 5.1.5.rc1)
30+
activemodel (5.1.5)
31+
activesupport (= 5.1.5)
32+
activerecord (5.1.5)
33+
activemodel (= 5.1.5)
34+
activesupport (= 5.1.5)
3535
arel (~> 8.0)
36-
activesupport (5.1.5.rc1)
36+
activesupport (5.1.5)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (~> 0.7)
3939
minitest (~> 5.1)
@@ -203,27 +203,27 @@ GEM
203203
rack
204204
rack-test (0.8.2)
205205
rack (>= 1.0, < 3)
206-
rails (5.1.5.rc1)
207-
actioncable (= 5.1.5.rc1)
208-
actionmailer (= 5.1.5.rc1)
209-
actionpack (= 5.1.5.rc1)
210-
actionview (= 5.1.5.rc1)
211-
activejob (= 5.1.5.rc1)
212-
activemodel (= 5.1.5.rc1)
213-
activerecord (= 5.1.5.rc1)
214-
activesupport (= 5.1.5.rc1)
206+
rails (5.1.5)
207+
actioncable (= 5.1.5)
208+
actionmailer (= 5.1.5)
209+
actionpack (= 5.1.5)
210+
actionview (= 5.1.5)
211+
activejob (= 5.1.5)
212+
activemodel (= 5.1.5)
213+
activerecord (= 5.1.5)
214+
activesupport (= 5.1.5)
215215
bundler (>= 1.3.0)
216-
railties (= 5.1.5.rc1)
216+
railties (= 5.1.5)
217217
sprockets-rails (>= 2.0.0)
218218
rails-dom-testing (2.0.3)
219219
activesupport (>= 4.2.0)
220220
nokogiri (>= 1.6)
221221
rails-html-sanitizer (1.0.3)
222222
loofah (~> 2.0)
223223
rails-perftest (0.0.7)
224-
railties (5.1.5.rc1)
225-
actionpack (= 5.1.5.rc1)
226-
activesupport (= 5.1.5.rc1)
224+
railties (5.1.5)
225+
actionpack (= 5.1.5)
226+
activesupport (= 5.1.5)
227227
method_source
228228
rake (>= 0.8.7)
229229
thor (>= 0.18.1, < 2.0)
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
pry
352352
pry-rails
353353
rack-livereload
354-
rails (= 5.1.5.rc1)
354+
rails (= 5.1.5)
355355
rails-perftest
356356
rake
357357
rb-fsevent

0 commit comments

Comments
 (0)