Commit b4a505d5f07c5b5d720d9f80bc80b5c02703f31b
1 parent
f6070fb1
Exists in
colab
and in
4 other branches
rails updated
Showing
2 changed files
with
27 additions
and
27 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -12,27 +12,27 @@ GIT |
12 | 12 | GEM |
13 | 13 | remote: https://rubygems.org/ |
14 | 14 | specs: |
15 | - actionmailer (4.1.4) | |
16 | - actionpack (= 4.1.4) | |
17 | - actionview (= 4.1.4) | |
15 | + actionmailer (4.1.5) | |
16 | + actionpack (= 4.1.5) | |
17 | + actionview (= 4.1.5) | |
18 | 18 | mail (~> 2.5.4) |
19 | - actionpack (4.1.4) | |
20 | - actionview (= 4.1.4) | |
21 | - activesupport (= 4.1.4) | |
19 | + actionpack (4.1.5) | |
20 | + actionview (= 4.1.5) | |
21 | + activesupport (= 4.1.5) | |
22 | 22 | rack (~> 1.5.2) |
23 | 23 | rack-test (~> 0.6.2) |
24 | - actionview (4.1.4) | |
25 | - activesupport (= 4.1.4) | |
24 | + actionview (4.1.5) | |
25 | + activesupport (= 4.1.5) | |
26 | 26 | builder (~> 3.1) |
27 | 27 | erubis (~> 2.7.0) |
28 | - activemodel (4.1.4) | |
29 | - activesupport (= 4.1.4) | |
28 | + activemodel (4.1.5) | |
29 | + activesupport (= 4.1.5) | |
30 | 30 | builder (~> 3.1) |
31 | - activerecord (4.1.4) | |
32 | - activemodel (= 4.1.4) | |
33 | - activesupport (= 4.1.4) | |
31 | + activerecord (4.1.5) | |
32 | + activemodel (= 4.1.5) | |
33 | + activesupport (= 4.1.5) | |
34 | 34 | arel (~> 5.0.0) |
35 | - activesupport (4.1.4) | |
35 | + activesupport (4.1.5) | |
36 | 36 | i18n (~> 0.6, >= 0.6.9) |
37 | 37 | json (~> 1.7, >= 1.7.7) |
38 | 38 | minitest (~> 5.1) |
... | ... | @@ -171,19 +171,19 @@ GEM |
171 | 171 | rack (1.5.2) |
172 | 172 | rack-test (0.6.2) |
173 | 173 | rack (>= 1.0) |
174 | - rails (4.1.4) | |
175 | - actionmailer (= 4.1.4) | |
176 | - actionpack (= 4.1.4) | |
177 | - actionview (= 4.1.4) | |
178 | - activemodel (= 4.1.4) | |
179 | - activerecord (= 4.1.4) | |
180 | - activesupport (= 4.1.4) | |
174 | + rails (4.1.5) | |
175 | + actionmailer (= 4.1.5) | |
176 | + actionpack (= 4.1.5) | |
177 | + actionview (= 4.1.5) | |
178 | + activemodel (= 4.1.5) | |
179 | + activerecord (= 4.1.5) | |
180 | + activesupport (= 4.1.5) | |
181 | 181 | bundler (>= 1.3.0, < 2.0) |
182 | - railties (= 4.1.4) | |
182 | + railties (= 4.1.5) | |
183 | 183 | sprockets-rails (~> 2.0) |
184 | - railties (4.1.4) | |
185 | - actionpack (= 4.1.4) | |
186 | - activesupport (= 4.1.4) | |
184 | + railties (4.1.5) | |
185 | + actionpack (= 4.1.5) | |
186 | + activesupport (= 4.1.5) | |
187 | 187 | rake (>= 0.8.7) |
188 | 188 | thor (>= 0.18.1, < 2.0) |
189 | 189 | rake (10.3.2) |
... | ... | @@ -292,7 +292,7 @@ DEPENDENCIES |
292 | 292 | mocha |
293 | 293 | pg (~> 0.17.0) |
294 | 294 | poltergeist (~> 1.5.0) |
295 | - rails (= 4.1.4) | |
295 | + rails (= 4.1.5) | |
296 | 296 | rspec-rails (~> 3.0.1) |
297 | 297 | sass-rails (~> 4.0.1) |
298 | 298 | sdoc | ... | ... |