Skip to content

Commit fbed641

Browse files
committed
Update versions of ruby, node, gems, npm
1 parent 8376641 commit fbed641

10 files changed

+620
-799
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.12.7

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby "2.2.1"
2+
ruby "2.2.2"
33

44
#
55
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
@@ -49,7 +49,7 @@ group :development, :test do
4949
gem "byebug"
5050

5151
# Access an IRB console on exceptions page and /console in development
52-
gem "web-console", "~> 2.0.0.beta2"
52+
gem "web-console"
5353

5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555
gem "spring"

Gemfile.lock

+78-76
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.1)
5-
actionpack (= 4.2.1)
6-
actionview (= 4.2.1)
7-
activejob (= 4.2.1)
4+
actionmailer (4.2.3)
5+
actionpack (= 4.2.3)
6+
actionview (= 4.2.3)
7+
activejob (= 4.2.3)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.1)
11-
actionview (= 4.2.1)
12-
activesupport (= 4.2.1)
10+
actionpack (4.2.3)
11+
actionview (= 4.2.3)
12+
activesupport (= 4.2.3)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17-
actionview (4.2.1)
18-
activesupport (= 4.2.1)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17+
actionview (4.2.3)
18+
activesupport (= 4.2.3)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23-
activejob (4.2.1)
24-
activesupport (= 4.2.1)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
activejob (4.2.3)
24+
activesupport (= 4.2.3)
2525
globalid (>= 0.3.0)
26-
activemodel (4.2.1)
27-
activesupport (= 4.2.1)
26+
activemodel (4.2.3)
27+
activesupport (= 4.2.3)
2828
builder (~> 3.1)
29-
activerecord (4.2.1)
30-
activemodel (= 4.2.1)
31-
activesupport (= 4.2.1)
29+
activerecord (4.2.3)
30+
activemodel (= 4.2.3)
31+
activesupport (= 4.2.3)
3232
arel (~> 6.0)
33-
activesupport (4.2.1)
33+
activesupport (4.2.3)
3434
i18n (~> 0.7)
3535
json (~> 1.7, >= 1.7.7)
3636
minitest (~> 5.1)
3737
thread_safe (~> 0.3, >= 0.3.4)
3838
tzinfo (~> 1.1)
3939
addressable (2.3.8)
40-
arel (6.0.0)
40+
arel (6.0.2)
4141
ast (2.0.0)
42-
astrolabe (1.3.0)
43-
parser (>= 2.2.0.pre.3, < 3.0)
44-
autoprefixer-rails (5.1.11)
42+
astrolabe (1.3.1)
43+
parser (~> 2.2)
44+
autoprefixer-rails (5.2.1.1)
4545
execjs
4646
json
4747
binding_of_caller (0.7.2)
4848
debug_inspector (>= 0.0.1)
49-
bootstrap-sass (3.3.4.1)
49+
bootstrap-sass (3.3.5.1)
5050
autoprefixer-rails (>= 5.0.0.1)
51-
sass (>= 3.2.19)
52-
brakeman (3.0.3)
51+
sass (>= 3.3.0)
52+
brakeman (3.0.5)
5353
erubis (~> 2.6)
5454
fastercsv (~> 1.5)
5555
haml (>= 3.0, < 5.0)
5656
highline (~> 1.6.20)
5757
multi_json (~> 1.2)
5858
ruby2ruby (~> 2.1.1)
59-
ruby_parser (~> 3.6.2)
59+
ruby_parser (~> 3.7.0)
6060
sass (~> 3.0)
6161
terminal-table (~> 1.4)
6262
builder (3.2.2)
63-
bundler-audit (0.3.1)
63+
bundler-audit (0.4.0)
6464
bundler (~> 1.2)
6565
thor (~> 0.18)
6666
byebug (5.0.0)
@@ -71,10 +71,10 @@ GEM
7171
rack (>= 1.0.0)
7272
rack-test (>= 0.5.4)
7373
xpath (~> 2.0)
74-
capybara-screenshot (1.0.9)
74+
capybara-screenshot (1.0.11)
7575
capybara (>= 1.0, < 3)
7676
launchy
77-
capybara-webkit (1.5.1)
77+
capybara-webkit (1.6.0)
7878
capybara (>= 2.3.0, < 2.5.0)
7979
json
8080
coffee-rails (4.1.0)
@@ -104,44 +104,44 @@ GEM
104104
tilt
105105
highline (1.6.21)
106106
i18n (0.7.0)
107-
jbuilder (2.2.16)
107+
jbuilder (2.3.1)
108108
activesupport (>= 3.0.0, < 5)
109109
multi_json (~> 1.2)
110-
jquery-rails (4.0.3)
110+
jquery-rails (4.0.4)
111111
rails-dom-testing (~> 1.0)
112112
railties (>= 4.2.0)
113113
thor (>= 0.14, < 2.0)
114-
json (1.8.2)
114+
json (1.8.3)
115115
kgio (2.9.3)
116116
launchy (2.4.3)
117117
addressable (~> 2.3)
118118
loofah (2.0.2)
119119
nokogiri (>= 1.5.9)
120120
mail (2.6.3)
121121
mime-types (>= 1.16, < 3)
122-
mime-types (2.5)
122+
mime-types (2.6.1)
123123
mini_portile (0.6.2)
124-
minitest (5.6.1)
125-
multi_json (1.11.0)
124+
minitest (5.7.0)
125+
multi_json (1.11.2)
126126
nokogiri (1.6.6.2)
127127
mini_portile (~> 0.6.0)
128-
parser (2.2.2.3)
128+
parser (2.2.2.6)
129129
ast (>= 1.1, < 3.0)
130130
pg (0.18.2)
131131
powerpack (0.1.1)
132-
rack (1.6.1)
132+
rack (1.6.4)
133133
rack-test (0.6.3)
134134
rack (>= 1.0)
135-
rails (4.2.1)
136-
actionmailer (= 4.2.1)
137-
actionpack (= 4.2.1)
138-
actionview (= 4.2.1)
139-
activejob (= 4.2.1)
140-
activemodel (= 4.2.1)
141-
activerecord (= 4.2.1)
142-
activesupport (= 4.2.1)
135+
rails (4.2.3)
136+
actionmailer (= 4.2.3)
137+
actionpack (= 4.2.3)
138+
actionview (= 4.2.3)
139+
activejob (= 4.2.3)
140+
activemodel (= 4.2.3)
141+
activerecord (= 4.2.3)
142+
activesupport (= 4.2.3)
143143
bundler (>= 1.3.0, < 2.0)
144-
railties (= 4.2.1)
144+
railties (= 4.2.3)
145145
sprockets-rails
146146
rails-deprecated_sanitizer (1.0.3)
147147
activesupport (>= 4.2.0.alpha)
@@ -156,36 +156,35 @@ GEM
156156
rails_stdout_logging
157157
rails_serve_static_assets (0.0.4)
158158
rails_stdout_logging (0.0.3)
159-
railties (4.2.1)
160-
actionpack (= 4.2.1)
161-
activesupport (= 4.2.1)
159+
railties (4.2.3)
160+
actionpack (= 4.2.3)
161+
activesupport (= 4.2.3)
162162
rake (>= 0.8.7)
163163
thor (>= 0.18.1, < 2.0)
164164
rainbow (2.0.0)
165-
raindrops (0.13.0)
165+
raindrops (0.15.0)
166166
rake (10.4.2)
167167
rdoc (4.2.0)
168-
json (~> 1.4)
169-
rspec-core (3.2.3)
170-
rspec-support (~> 3.2.0)
171-
rspec-expectations (3.2.1)
168+
rspec-core (3.3.2)
169+
rspec-support (~> 3.3.0)
170+
rspec-expectations (3.3.1)
172171
diff-lcs (>= 1.2.0, < 2.0)
173-
rspec-support (~> 3.2.0)
174-
rspec-mocks (3.2.1)
172+
rspec-support (~> 3.3.0)
173+
rspec-mocks (3.3.2)
175174
diff-lcs (>= 1.2.0, < 2.0)
176-
rspec-support (~> 3.2.0)
177-
rspec-rails (3.2.1)
175+
rspec-support (~> 3.3.0)
176+
rspec-rails (3.3.3)
178177
actionpack (>= 3.0, < 4.3)
179178
activesupport (>= 3.0, < 4.3)
180179
railties (>= 3.0, < 4.3)
181-
rspec-core (~> 3.2.0)
182-
rspec-expectations (~> 3.2.0)
183-
rspec-mocks (~> 3.2.0)
184-
rspec-support (~> 3.2.0)
185-
rspec-support (3.2.2)
186-
rubocop (0.31.0)
180+
rspec-core (~> 3.3.0)
181+
rspec-expectations (~> 3.3.0)
182+
rspec-mocks (~> 3.3.0)
183+
rspec-support (~> 3.3.0)
184+
rspec-support (3.3.0)
185+
rubocop (0.32.1)
187186
astrolabe (~> 1.3)
188-
parser (>= 2.2.2.1, < 3.0)
187+
parser (>= 2.2.2.5, < 3.0)
189188
powerpack (~> 0.1)
190189
rainbow (>= 1.99.1, < 3.0)
191190
ruby-progressbar (~> 1.4)
@@ -196,9 +195,9 @@ GEM
196195
ruby2ruby (2.1.4)
197196
ruby_parser (~> 3.1)
198197
sexp_processor (~> 4.0)
199-
ruby_parser (3.6.6)
198+
ruby_parser (3.7.0)
200199
sexp_processor (~> 4.1)
201-
sass (3.4.13)
200+
sass (3.4.16)
202201
sass-rails (5.0.3)
203202
railties (>= 4.0.0, < 5.0)
204203
sass (~> 3.1)
@@ -211,19 +210,19 @@ GEM
211210
sdoc (0.4.1)
212211
json (~> 1.7, >= 1.7.7)
213212
rdoc (~> 4.0)
214-
sexp_processor (4.5.1)
213+
sexp_processor (4.6.0)
215214
slop (3.6.0)
216215
spring (1.3.6)
217216
spring-commands-rspec (1.0.4)
218217
spring (>= 0.9.1)
219-
sprockets (3.1.0)
218+
sprockets (3.2.0)
220219
rack (~> 1.0)
221-
sprockets-rails (2.3.1)
220+
sprockets-rails (2.3.2)
222221
actionpack (>= 3.0)
223222
activesupport (>= 3.0)
224223
sprockets (>= 2.8, < 4.0)
225224
sqlite3 (1.3.10)
226-
terminal-table (1.4.5)
225+
terminal-table (1.5.2)
227226
thor (0.19.1)
228227
thread_safe (0.3.5)
229228
tilt (1.4.1)
@@ -238,10 +237,10 @@ GEM
238237
kgio (~> 2.6)
239238
rack
240239
raindrops (~> 0.7)
241-
web-console (2.0.0)
242-
activemodel (~> 4.0)
240+
web-console (2.2.1)
241+
activemodel (>= 4.0)
243242
binding_of_caller (>= 0.7.2)
244-
railties (~> 4.0)
243+
railties (>= 4.0)
245244
sprockets-rails (>= 2.0, < 4.0)
246245
xpath (2.0.0)
247246
nokogiri (~> 1.3)
@@ -282,4 +281,7 @@ DEPENDENCIES
282281
turbolinks
283282
uglifier
284283
unicorn
285-
web-console (~> 2.0.0.beta2)
284+
web-console
285+
286+
BUNDLED WITH
287+
1.10.5

0 commit comments

Comments
 (0)