Skip to content

Commit efaf1b9

Browse files
committed
Update rails to version 4.2.7
1 parent 7006ae4 commit efaf1b9

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

Gemfile

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

4-
gem 'rails', '~> 4.2.6'
4+
gem 'rails', '~> 4.2.7'
55

66
gem 'arel'
77
gem 'devise'

Gemfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.6)
5-
actionpack (= 4.2.6)
6-
actionview (= 4.2.6)
7-
activejob (= 4.2.6)
4+
actionmailer (4.2.7)
5+
actionpack (= 4.2.7)
6+
actionview (= 4.2.7)
7+
activejob (= 4.2.7)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.6)
11-
actionview (= 4.2.6)
12-
activesupport (= 4.2.6)
10+
actionpack (4.2.7)
11+
actionview (= 4.2.7)
12+
activesupport (= 4.2.7)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.6)
18-
activesupport (= 4.2.6)
17+
actionview (4.2.7)
18+
activesupport (= 4.2.7)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23-
activejob (4.2.6)
24-
activesupport (= 4.2.6)
23+
activejob (4.2.7)
24+
activesupport (= 4.2.7)
2525
globalid (>= 0.3.0)
26-
activemodel (4.2.6)
27-
activesupport (= 4.2.6)
26+
activemodel (4.2.7)
27+
activesupport (= 4.2.7)
2828
builder (~> 3.1)
29-
activerecord (4.2.6)
30-
activemodel (= 4.2.6)
31-
activesupport (= 4.2.6)
29+
activerecord (4.2.7)
30+
activemodel (= 4.2.7)
31+
activesupport (= 4.2.7)
3232
arel (~> 6.0)
33-
activesupport (4.2.6)
33+
activesupport (4.2.7)
3434
i18n (~> 0.7)
3535
json (~> 1.7, >= 1.7.7)
3636
minitest (~> 5.1)
@@ -113,16 +113,16 @@ GEM
113113
rack (~> 1.1)
114114
rack-test (0.6.3)
115115
rack (>= 1.0)
116-
rails (4.2.6)
117-
actionmailer (= 4.2.6)
118-
actionpack (= 4.2.6)
119-
actionview (= 4.2.6)
120-
activejob (= 4.2.6)
121-
activemodel (= 4.2.6)
122-
activerecord (= 4.2.6)
123-
activesupport (= 4.2.6)
116+
rails (4.2.7)
117+
actionmailer (= 4.2.7)
118+
actionpack (= 4.2.7)
119+
actionview (= 4.2.7)
120+
activejob (= 4.2.7)
121+
activemodel (= 4.2.7)
122+
activerecord (= 4.2.7)
123+
activesupport (= 4.2.7)
124124
bundler (>= 1.3.0, < 2.0)
125-
railties (= 4.2.6)
125+
railties (= 4.2.7)
126126
sprockets-rails
127127
rails-deprecated_sanitizer (1.0.3)
128128
activesupport (>= 4.2.0.alpha)
@@ -151,9 +151,9 @@ GEM
151151
sass-rails (>= 4.0, < 6)
152152
rails_serve_static_assets (0.0.5)
153153
rails_stdout_logging (0.0.5)
154-
railties (4.2.6)
155-
actionpack (= 4.2.6)
156-
activesupport (= 4.2.6)
154+
railties (4.2.7)
155+
actionpack (= 4.2.7)
156+
activesupport (= 4.2.7)
157157
rake (>= 0.8.7)
158158
thor (>= 0.18.1, < 2.0)
159159
rainbow (2.1.0)
@@ -226,7 +226,7 @@ DEPENDENCIES
226226
nokogiri
227227
pg
228228
puma
229-
rails (~> 4.2.6)
229+
rails (~> 4.2.7)
230230
rails_12factor
231231
rails_admin
232232
rubocop

0 commit comments

Comments
 (0)