Skip to content

Commit cb8b36c

Browse files
Update appraisal deps
1 parent ccb51fb commit cb8b36c

File tree

8 files changed

+197
-166
lines changed

8 files changed

+197
-166
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ Vagrantfile
3131

3232
# wwtd
3333
gemfiles/.bundle
34+
gemfiles/*.gemfile.lock
3435
vendor/

Appraisals

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ if RUBY_VERSION < "2.4.0"
1111
end
1212

1313
appraise 'rails42' do
14-
gem 'rails', '~> 4.2.8'
14+
gem 'rails', '~> 4.2.9'
1515
gem 'nokogiri', '~> 1.6.0'
1616
end
1717

1818
if RUBY_VERSION >= "2.2.0"
1919
appraise 'rails50' do
20-
gem 'rails', '~> 5.0.3'
20+
gem 'rails', '~> 5.0.6'
2121
gem 'rails-controller-testing'
2222
end
2323

2424
appraise 'rails51' do
25-
gem 'rails', '~> 5.1.1'
25+
gem 'rails', '~> 5.1.4'
2626
gem 'rails-controller-testing'
2727
end
2828
end

gemfiles/rails42.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "minitest-spec-rails"
1010
gem "coveralls", :require => false
1111
gem "redcard"
1212
gem "mocha", :require => false
13-
gem "rails", "~> 4.2.8"
13+
gem "rails", "~> 4.2.9"
1414
gem "nokogiri", "~> 1.6.0"
1515

1616
gemspec :path => "../"

gemfiles/rails42.gemfile.lock

Lines changed: 60 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionmailer (4.2.8)
16-
actionpack (= 4.2.8)
17-
actionview (= 4.2.8)
18-
activejob (= 4.2.8)
15+
actionmailer (4.2.9)
16+
actionpack (= 4.2.9)
17+
actionview (= 4.2.9)
18+
activejob (= 4.2.9)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 1.0, >= 1.0.5)
21-
actionpack (4.2.8)
22-
actionview (= 4.2.8)
23-
activesupport (= 4.2.8)
21+
actionpack (4.2.9)
22+
actionview (= 4.2.9)
23+
activesupport (= 4.2.9)
2424
rack (~> 1.6)
2525
rack-test (~> 0.6.2)
2626
rails-dom-testing (~> 1.0, >= 1.0.5)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.2)
28-
actionview (4.2.8)
29-
activesupport (= 4.2.8)
28+
actionview (4.2.9)
29+
activesupport (= 4.2.9)
3030
builder (~> 3.1)
3131
erubis (~> 2.7.0)
3232
rails-dom-testing (~> 1.0, >= 1.0.5)
3333
rails-html-sanitizer (~> 1.0, >= 1.0.3)
34-
activejob (4.2.8)
35-
activesupport (= 4.2.8)
34+
activejob (4.2.9)
35+
activesupport (= 4.2.9)
3636
globalid (>= 0.3.0)
37-
activemodel (4.2.8)
38-
activesupport (= 4.2.8)
37+
activemodel (4.2.9)
38+
activesupport (= 4.2.9)
3939
builder (~> 3.1)
40-
activerecord (4.2.8)
41-
activemodel (= 4.2.8)
42-
activesupport (= 4.2.8)
40+
activerecord (4.2.9)
41+
activemodel (= 4.2.9)
42+
activesupport (= 4.2.9)
4343
arel (~> 6.0)
44-
activesupport (4.2.8)
44+
activesupport (4.2.9)
4545
i18n (~> 0.7)
4646
minitest (~> 5.1)
4747
thread_safe (~> 0.3, >= 0.3.4)
@@ -52,79 +52,82 @@ GEM
5252
thor (>= 0.14.0)
5353
arel (6.0.4)
5454
builder (3.2.3)
55-
coffee-rails (4.2.1)
55+
coffee-rails (4.2.2)
5656
coffee-script (>= 2.2.0)
57-
railties (>= 4.0.0, < 5.2.x)
57+
railties (>= 4.0.0)
5858
coffee-script (2.4.1)
5959
coffee-script-source
6060
execjs
6161
coffee-script-source (1.12.2)
6262
commonjs (0.2.7)
6363
concurrent-ruby (1.0.5)
64-
coveralls (0.8.20)
64+
coveralls (0.8.21)
6565
json (>= 1.8, < 3)
6666
simplecov (~> 0.14.1)
6767
term-ansicolor (~> 1.3)
6868
thor (~> 0.19.4)
6969
tins (~> 1.6)
70+
crass (1.0.2)
7071
docile (1.1.5)
7172
dotenv (2.2.1)
7273
dotenv-rails (2.2.1)
7374
dotenv (= 2.2.1)
7475
railties (>= 3.2, < 5.2)
7576
erubis (2.7.0)
7677
execjs (2.7.0)
78+
ffi (1.9.18)
7779
font-awesome-sass (4.7.0)
7880
sass (>= 3.2)
7981
globalid (0.4.0)
8082
activesupport (>= 4.2.0)
81-
i18n (0.8.1)
83+
i18n (0.8.6)
8284
jquery-rails (4.3.1)
8385
rails-dom-testing (>= 1, < 3)
8486
railties (>= 4.2.0)
8587
thor (>= 0.14, < 2.0)
86-
json (2.0.3)
88+
json (2.1.0)
8789
less (2.6.0)
8890
commonjs (~> 0.2.7)
8991
less-rails (2.8.0)
9092
actionpack (>= 4.0)
9193
less (~> 2.6.0)
9294
sprockets (> 2, < 4)
9395
tilt
94-
loofah (2.0.3)
96+
loofah (2.1.1)
97+
crass (~> 1.0.2)
9598
nokogiri (>= 1.5.9)
96-
mail (2.6.5)
99+
mail (2.6.6)
97100
mime-types (>= 1.16, < 4)
98101
metaclass (0.0.4)
99102
mime-types (3.1)
100103
mime-types-data (~> 3.2015)
101104
mime-types-data (3.2016.0521)
102105
mini_portile2 (2.1.0)
103-
minitest (5.10.2)
106+
minitest (5.10.3)
104107
minitest-spec-rails (5.4.0)
105108
minitest (~> 5.0)
106109
rails (>= 4.1)
107-
mocha (1.2.1)
110+
mocha (1.3.0)
108111
metaclass (~> 0.0.1)
109112
mono_logger (1.1.0)
110-
multi_json (1.12.1)
113+
multi_json (1.12.2)
111114
nokogiri (1.6.8.1)
112115
mini_portile2 (~> 2.1.0)
113-
rack (1.6.5)
116+
rack (1.6.8)
114117
rack-protection (1.5.3)
115118
rack
116119
rack-test (0.6.3)
117120
rack (>= 1.0)
118-
rails (4.2.8)
119-
actionmailer (= 4.2.8)
120-
actionpack (= 4.2.8)
121-
actionview (= 4.2.8)
122-
activejob (= 4.2.8)
123-
activemodel (= 4.2.8)
124-
activerecord (= 4.2.8)
125-
activesupport (= 4.2.8)
121+
rails (4.2.9)
122+
actionmailer (= 4.2.9)
123+
actionpack (= 4.2.9)
124+
actionview (= 4.2.9)
125+
activejob (= 4.2.9)
126+
activemodel (= 4.2.9)
127+
activerecord (= 4.2.9)
128+
activesupport (= 4.2.9)
126129
bundler (>= 1.3.0, < 2.0)
127-
railties (= 4.2.8)
130+
railties (= 4.2.9)
128131
sprockets-rails
129132
rails-deprecated_sanitizer (1.0.3)
130133
activesupport (>= 4.2.0.alpha)
@@ -134,23 +137,30 @@ GEM
134137
rails-deprecated_sanitizer (>= 1.0.1)
135138
rails-html-sanitizer (1.0.3)
136139
loofah (~> 2.0)
137-
railties (4.2.8)
138-
actionpack (= 4.2.8)
139-
activesupport (= 4.2.8)
140+
railties (4.2.9)
141+
actionpack (= 4.2.9)
142+
activesupport (= 4.2.9)
140143
rake (>= 0.8.7)
141144
thor (>= 0.18.1, < 2.0)
142-
rake (12.0.0)
145+
rake (12.1.0)
146+
rb-fsevent (0.10.2)
147+
rb-inotify (0.9.10)
148+
ffi (>= 0.5.0, < 2)
143149
redcard (1.1.0)
144150
redis (3.3.3)
145151
redis-namespace (1.5.3)
146152
redis (~> 3.0, >= 3.0.4)
147-
resque (1.27.2)
153+
resque (1.27.4)
148154
mono_logger (~> 1.0)
149155
multi_json (~> 1.0)
150156
redis-namespace (~> 1.3)
151157
sinatra (>= 0.9.2)
152158
vegas (~> 0.1.2)
153-
sass (3.4.23)
159+
sass (3.5.1)
160+
sass-listen (~> 4.0.0)
161+
sass-listen (4.0.0)
162+
rb-fsevent (~> 0.9, >= 0.9.4)
163+
rb-inotify (~> 0.9, >= 0.9.7)
154164
sass-rails (5.0.6)
155165
railties (>= 4.0.0, < 6)
156166
sass (~> 3.1)
@@ -161,25 +171,25 @@ GEM
161171
docile (~> 1.1.0)
162172
json (>= 1.8, < 3)
163173
simplecov-html (~> 0.10.0)
164-
simplecov-html (0.10.0)
174+
simplecov-html (0.10.2)
165175
sinatra (1.4.8)
166176
rack (~> 1.5)
167177
rack-protection (~> 1.4)
168178
tilt (>= 1.3, < 3)
169179
sprockets (3.7.1)
170180
concurrent-ruby (~> 1.0)
171181
rack (> 1, < 3)
172-
sprockets-rails (3.2.0)
182+
sprockets-rails (3.2.1)
173183
actionpack (>= 4.0)
174184
activesupport (>= 4.0)
175185
sprockets (>= 3.0.0)
176186
sqlite3 (1.3.13)
177-
term-ansicolor (1.5.0)
187+
term-ansicolor (1.6.0)
178188
tins (~> 1.0)
179189
thor (0.19.4)
180190
thread_safe (0.3.6)
181-
tilt (2.0.7)
182-
tins (1.13.2)
191+
tilt (2.0.8)
192+
tins (1.15.0)
183193
twitter-bootstrap-rails (3.2.2)
184194
actionpack (>= 3.1)
185195
execjs (>= 2.2.2, >= 2.2)
@@ -202,11 +212,11 @@ DEPENDENCIES
202212
minitest-spec-rails
203213
mocha
204214
nokogiri (~> 1.6.0)
205-
rails (~> 4.2.8)
215+
rails (~> 4.2.9)
206216
redcard
207217
resque-web!
208218
sqlite3
209219
uglifier
210220

211221
BUNDLED WITH
212-
1.15.0
222+
1.14.6

gemfiles/rails50.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "minitest-spec-rails"
1010
gem "coveralls", :require => false
1111
gem "redcard"
1212
gem "mocha", :require => false
13-
gem "rails", "~> 5.0.3"
13+
gem "rails", "~> 5.0.6"
1414
gem "rails-controller-testing"
1515

1616
gemspec :path => "../"

0 commit comments

Comments
 (0)