Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 8452a27

Browse files
committed
update to Rails 5.1.1 and Ruby 2.4.1
1 parent 7815ca6 commit 8452a27

File tree

3 files changed

+67
-69
lines changed

3 files changed

+67
-69
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.4.1

Gemfile

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

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

55
gem 'sqlite3'
66
gem 'redis'

Gemfile.lock

Lines changed: 65 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.0.0.1)
5-
actionpack (= 5.0.0.1)
6-
nio4r (~> 1.2)
4+
actioncable (5.1.1)
5+
actionpack (= 5.1.1)
6+
nio4r (~> 2.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.0.1)
9-
actionpack (= 5.0.0.1)
10-
actionview (= 5.0.0.1)
11-
activejob (= 5.0.0.1)
8+
actionmailer (5.1.1)
9+
actionpack (= 5.1.1)
10+
actionview (= 5.1.1)
11+
activejob (= 5.1.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.0.1)
15-
actionview (= 5.0.0.1)
16-
activesupport (= 5.0.0.1)
14+
actionpack (5.1.1)
15+
actionview (= 5.1.1)
16+
activesupport (= 5.1.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.0.0.1)
22-
activesupport (= 5.0.0.1)
21+
actionview (5.1.1)
22+
activesupport (= 5.1.1)
2323
builder (~> 3.1)
24-
erubis (~> 2.7.0)
24+
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
activejob (5.0.0.1)
28-
activesupport (= 5.0.0.1)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27+
activejob (5.1.1)
28+
activesupport (= 5.1.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.0.0.1)
31-
activesupport (= 5.0.0.1)
32-
activerecord (5.0.0.1)
33-
activemodel (= 5.0.0.1)
34-
activesupport (= 5.0.0.1)
35-
arel (~> 7.0)
36-
activesupport (5.0.0.1)
30+
activemodel (5.1.1)
31+
activesupport (= 5.1.1)
32+
activerecord (5.1.1)
33+
activemodel (= 5.1.1)
34+
activesupport (= 5.1.1)
35+
arel (~> 8.0)
36+
activesupport (5.1.1)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (~> 0.7)
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
41-
arel (7.1.1)
42-
builder (3.2.2)
41+
arel (8.0.0)
42+
builder (3.2.3)
4343
byebug (9.0.5)
4444
coffee-rails (4.2.1)
4545
coffee-script (>= 2.2.0)
@@ -48,64 +48,62 @@ GEM
4848
coffee-script-source
4949
execjs
5050
coffee-script-source (1.10.0)
51-
concurrent-ruby (1.0.2)
51+
concurrent-ruby (1.0.5)
5252
debug_inspector (0.0.2)
53-
erubis (2.7.0)
53+
erubi (1.6.0)
5454
execjs (2.7.0)
55-
globalid (0.3.7)
56-
activesupport (>= 4.1.0)
57-
i18n (0.7.0)
58-
jbuilder (2.6.0)
59-
activesupport (>= 3.0.0, < 5.1)
60-
multi_json (~> 1.2)
55+
globalid (0.4.0)
56+
activesupport (>= 4.2.0)
57+
i18n (0.8.4)
58+
jbuilder (2.7.0)
59+
activesupport (>= 4.2.0)
60+
multi_json (>= 1.2)
6161
jquery-rails (4.1.1)
6262
rails-dom-testing (>= 1, < 3)
6363
railties (>= 4.2.0)
6464
thor (>= 0.14, < 2.0)
6565
loofah (2.0.3)
6666
nokogiri (>= 1.5.9)
67-
mail (2.6.4)
67+
mail (2.6.5)
6868
mime-types (>= 1.16, < 4)
6969
method_source (0.8.2)
7070
mime-types (3.1)
7171
mime-types-data (~> 3.2015)
7272
mime-types-data (3.2016.0521)
73-
mini_portile2 (2.1.0)
74-
minitest (5.9.0)
73+
mini_portile2 (2.2.0)
74+
minitest (5.10.2)
7575
multi_json (1.12.1)
76-
nio4r (1.2.1)
77-
nokogiri (1.6.8)
78-
mini_portile2 (~> 2.1.0)
79-
pkg-config (~> 1.1.7)
80-
pkg-config (1.1.7)
76+
nio4r (2.1.0)
77+
nokogiri (1.8.0)
78+
mini_portile2 (~> 2.2.0)
8179
puma (3.6.0)
82-
rack (2.0.1)
80+
rack (2.0.3)
8381
rack-test (0.6.3)
8482
rack (>= 1.0)
85-
rails (5.0.0.1)
86-
actioncable (= 5.0.0.1)
87-
actionmailer (= 5.0.0.1)
88-
actionpack (= 5.0.0.1)
89-
actionview (= 5.0.0.1)
90-
activejob (= 5.0.0.1)
91-
activemodel (= 5.0.0.1)
92-
activerecord (= 5.0.0.1)
93-
activesupport (= 5.0.0.1)
83+
rails (5.1.1)
84+
actioncable (= 5.1.1)
85+
actionmailer (= 5.1.1)
86+
actionpack (= 5.1.1)
87+
actionview (= 5.1.1)
88+
activejob (= 5.1.1)
89+
activemodel (= 5.1.1)
90+
activerecord (= 5.1.1)
91+
activesupport (= 5.1.1)
9492
bundler (>= 1.3.0, < 2.0)
95-
railties (= 5.0.0.1)
93+
railties (= 5.1.1)
9694
sprockets-rails (>= 2.0.0)
97-
rails-dom-testing (2.0.1)
98-
activesupport (>= 4.2.0, < 6.0)
99-
nokogiri (~> 1.6.0)
95+
rails-dom-testing (2.0.3)
96+
activesupport (>= 4.2.0)
97+
nokogiri (>= 1.6)
10098
rails-html-sanitizer (1.0.3)
10199
loofah (~> 2.0)
102-
railties (5.0.0.1)
103-
actionpack (= 5.0.0.1)
104-
activesupport (= 5.0.0.1)
100+
railties (5.1.1)
101+
actionpack (= 5.1.1)
102+
activesupport (= 5.1.1)
105103
method_source
106104
rake (>= 0.8.7)
107105
thor (>= 0.18.1, < 2.0)
108-
rake (11.2.2)
106+
rake (12.0.0)
109107
redis (3.3.1)
110108
sass (3.4.22)
111109
sass-rails (5.0.6)
@@ -115,21 +113,21 @@ GEM
115113
sprockets-rails (>= 2.0, < 4.0)
116114
tilt (>= 1.1, < 3)
117115
spring (1.7.2)
118-
sprockets (3.7.0)
116+
sprockets (3.7.1)
119117
concurrent-ruby (~> 1.0)
120118
rack (> 1, < 3)
121-
sprockets-rails (3.1.1)
119+
sprockets-rails (3.2.0)
122120
actionpack (>= 4.0)
123121
activesupport (>= 4.0)
124122
sprockets (>= 3.0.0)
125123
sqlite3 (1.3.11)
126-
thor (0.19.1)
127-
thread_safe (0.3.5)
124+
thor (0.19.4)
125+
thread_safe (0.3.6)
128126
tilt (2.0.5)
129127
turbolinks (5.0.1)
130128
turbolinks-source (~> 5)
131129
turbolinks-source (5.0.0)
132-
tzinfo (1.2.2)
130+
tzinfo (1.2.3)
133131
thread_safe (~> 0.1)
134132
uglifier (3.0.1)
135133
execjs (>= 0.3.0, < 3)
@@ -138,7 +136,7 @@ GEM
138136
activemodel (>= 5.0)
139137
debug_inspector
140138
railties (>= 5.0)
141-
websocket-driver (0.6.4)
139+
websocket-driver (0.6.5)
142140
websocket-extensions (>= 0.1.0)
143141
websocket-extensions (0.1.2)
144142

@@ -151,7 +149,7 @@ DEPENDENCIES
151149
jbuilder (~> 2.0)
152150
jquery-rails
153151
puma
154-
rails (~> 5.0.0)
152+
rails (~> 5.1)
155153
redis
156154
sass-rails (~> 5.0)
157155
spring
@@ -161,4 +159,4 @@ DEPENDENCIES
161159
web-console
162160

163161
BUNDLED WITH
164-
1.12.3
162+
1.15.1

0 commit comments

Comments
 (0)