Skip to content

Commit e4023ab

Browse files
committed
bump gems
UPDATED: actioncable 5.0.0 5.0.0.1 actionmailer 5.0.0 5.0.0.1 actionpack 5.0.0 5.0.0.1 actionview 5.0.0 5.0.0.1 activejob 5.0.0 5.0.0.1 activemodel 5.0.0 5.0.0.1 activerecord 5.0.0 5.0.0.1 activesupport 5.0.0 5.0.0.1 arel 7.1.1 7.1.2 autoprefixer-rails 6.4.0.1 6.4.1.1 capybara 2.7.1 2.8.1 domain_name 0.5.20160615 0.5.20160826 jquery-rails 4.1.1 4.2.1 newrelic_rpm 3.16.0.318 3.16.2.321 rails 5.0.0 5.0.0.1 railties 5.0.0 5.0.0.1 rspec-core 3.5.2 3.5.3 rspec-rails 3.5.1 3.5.2 sprockets-rails 3.1.1 3.2.0 uglifier 3.0.1 3.0.2 REMOVED: coffee-rails 4.2.1 coffee-script 2.4.1 coffee-script-source 1.10.0
1 parent 23d8e62 commit e4023ab

File tree

2 files changed

+44
-53
lines changed

2 files changed

+44
-53
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
ruby "2.3.1"
44

5-
gem "rails", "5.0.0"
5+
gem "rails", "5.0.0.1"
66
gem "thin"
77
gem "haml-rails"
88
gem "jquery-rails"
@@ -12,7 +12,6 @@ gem "tweetstream"
1212
gem "sprockets-rails"
1313

1414
gem "sass-rails"
15-
gem "coffee-rails"
1615
gem "bootstrap-sass"
1716
gem "uglifier"
1817
gem "bourbon"

Gemfile.lock

Lines changed: 43 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.0.0)
5-
actionpack (= 5.0.0)
4+
actioncable (5.0.0.1)
5+
actionpack (= 5.0.0.1)
66
nio4r (~> 1.2)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.0)
9-
actionpack (= 5.0.0)
10-
actionview (= 5.0.0)
11-
activejob (= 5.0.0)
8+
actionmailer (5.0.0.1)
9+
actionpack (= 5.0.0.1)
10+
actionview (= 5.0.0.1)
11+
activejob (= 5.0.0.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.0)
15-
actionview (= 5.0.0)
16-
activesupport (= 5.0.0)
14+
actionpack (5.0.0.1)
15+
actionview (= 5.0.0.1)
16+
activesupport (= 5.0.0.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)
22-
activesupport (= 5.0.0)
21+
actionview (5.0.0.1)
22+
activesupport (= 5.0.0.1)
2323
builder (~> 3.1)
2424
erubis (~> 2.7.0)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
activejob (5.0.0)
28-
activesupport (= 5.0.0)
27+
activejob (5.0.0.1)
28+
activesupport (= 5.0.0.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.0.0)
31-
activesupport (= 5.0.0)
32-
activerecord (5.0.0)
33-
activemodel (= 5.0.0)
34-
activesupport (= 5.0.0)
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)
3535
arel (~> 7.0)
36-
activesupport (5.0.0)
36+
activesupport (5.0.0.1)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (~> 0.7)
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
4141
addressable (2.4.0)
42-
arel (7.1.1)
43-
autoprefixer-rails (6.4.0.1)
42+
arel (7.1.2)
43+
autoprefixer-rails (6.4.1.1)
4444
execjs
4545
awesome_print (1.7.0)
4646
better_errors (2.1.1)
@@ -58,21 +58,14 @@ GEM
5858
buftok (0.2.0)
5959
builder (3.2.2)
6060
byebug (9.0.5)
61-
capybara (2.7.1)
61+
capybara (2.8.1)
6262
addressable
6363
mime-types (>= 1.16)
6464
nokogiri (>= 1.3.3)
6565
rack (>= 1.0.0)
6666
rack-test (>= 0.5.4)
6767
xpath (~> 2.0)
6868
coderay (1.1.1)
69-
coffee-rails (4.2.1)
70-
coffee-script (>= 2.2.0)
71-
railties (>= 4.0.0, < 5.2.x)
72-
coffee-script (2.4.1)
73-
coffee-script-source
74-
execjs
75-
coffee-script-source (1.10.0)
7669
concurrent-ruby (1.0.2)
7770
cookiejar (0.3.3)
7871
crack (0.4.3)
@@ -81,7 +74,7 @@ GEM
8174
debug_inspector (0.0.2)
8275
diff-lcs (1.2.5)
8376
docile (1.1.5)
84-
domain_name (0.5.20160615)
77+
domain_name (0.5.20160826)
8578
unf (>= 0.0.5, < 1.0.0)
8679
em-http-request (1.1.5)
8780
addressable (>= 2.3.4)
@@ -136,7 +129,7 @@ GEM
136129
http-form_data (1.0.1)
137130
http_parser.rb (0.6.0)
138131
i18n (0.7.0)
139-
jquery-rails (4.1.1)
132+
jquery-rails (4.2.1)
140133
rails-dom-testing (>= 1, < 3)
141134
railties (>= 4.2.0)
142135
thor (>= 0.14, < 2.0)
@@ -158,7 +151,7 @@ GEM
158151
multi_json (1.12.1)
159152
multipart-post (2.0.0)
160153
naught (1.1.0)
161-
newrelic_rpm (3.16.0.318)
154+
newrelic_rpm (3.16.2.321)
162155
nio4r (1.2.1)
163156
nokogiri (1.6.8)
164157
mini_portile2 (~> 2.1.0)
@@ -174,17 +167,17 @@ GEM
174167
rack (2.0.1)
175168
rack-test (0.6.3)
176169
rack (>= 1.0)
177-
rails (5.0.0)
178-
actioncable (= 5.0.0)
179-
actionmailer (= 5.0.0)
180-
actionpack (= 5.0.0)
181-
actionview (= 5.0.0)
182-
activejob (= 5.0.0)
183-
activemodel (= 5.0.0)
184-
activerecord (= 5.0.0)
185-
activesupport (= 5.0.0)
170+
rails (5.0.0.1)
171+
actioncable (= 5.0.0.1)
172+
actionmailer (= 5.0.0.1)
173+
actionpack (= 5.0.0.1)
174+
actionview (= 5.0.0.1)
175+
activejob (= 5.0.0.1)
176+
activemodel (= 5.0.0.1)
177+
activerecord (= 5.0.0.1)
178+
activesupport (= 5.0.0.1)
186179
bundler (>= 1.3.0, < 2.0)
187-
railties (= 5.0.0)
180+
railties (= 5.0.0.1)
188181
sprockets-rails (>= 2.0.0)
189182
rails-dom-testing (2.0.1)
190183
activesupport (>= 4.2.0, < 6.0)
@@ -196,22 +189,22 @@ GEM
196189
rails_stdout_logging
197190
rails_serve_static_assets (0.0.5)
198191
rails_stdout_logging (0.0.5)
199-
railties (5.0.0)
200-
actionpack (= 5.0.0)
201-
activesupport (= 5.0.0)
192+
railties (5.0.0.1)
193+
actionpack (= 5.0.0.1)
194+
activesupport (= 5.0.0.1)
202195
method_source
203196
rake (>= 0.8.7)
204197
thor (>= 0.18.1, < 2.0)
205198
rake (11.2.2)
206-
rspec-core (3.5.2)
199+
rspec-core (3.5.3)
207200
rspec-support (~> 3.5.0)
208201
rspec-expectations (3.5.0)
209202
diff-lcs (>= 1.2.0, < 2.0)
210203
rspec-support (~> 3.5.0)
211204
rspec-mocks (3.5.0)
212205
diff-lcs (>= 1.2.0, < 2.0)
213206
rspec-support (~> 3.5.0)
214-
rspec-rails (3.5.1)
207+
rspec-rails (3.5.2)
215208
actionpack (>= 3.0)
216209
activesupport (>= 3.0)
217210
railties (>= 3.0)
@@ -245,7 +238,7 @@ GEM
245238
sprockets (3.7.0)
246239
concurrent-ruby (~> 1.0)
247240
rack (> 1, < 3)
248-
sprockets-rails (3.1.1)
241+
sprockets-rails (3.2.0)
249242
actionpack (>= 4.0)
250243
activesupport (>= 4.0)
251244
sprockets (>= 3.0.0)
@@ -276,7 +269,7 @@ GEM
276269
simple_oauth (~> 0.3.0)
277270
tzinfo (1.2.2)
278271
thread_safe (~> 0.1)
279-
uglifier (3.0.1)
272+
uglifier (3.0.2)
280273
execjs (>= 0.3.0, < 3)
281274
unf (0.1.4)
282275
unf_ext
@@ -301,15 +294,14 @@ DEPENDENCIES
301294
bootstrap-sass
302295
bourbon
303296
capybara
304-
coffee-rails
305297
email_spec
306298
font-awesome-rails
307299
google-analytics-rails
308300
haml-rails
309301
jquery-rails
310302
newrelic_rpm
311303
pry-byebug
312-
rails (= 5.0.0)
304+
rails (= 5.0.0.1)
313305
rails_12factor
314306
rspec-rails
315307
sass-rails

0 commit comments

Comments
 (0)