Skip to content

Commit bd0f29d

Browse files
committed
bump gems
UPDATED: actioncable 5.0.1 5.0.2 actionmailer 5.0.1 5.0.2 actionpack 5.0.1 5.0.2 actionview 5.0.1 5.0.2 activejob 5.0.1 5.0.2 activemodel 5.0.1 5.0.2 activerecord 5.0.1 5.0.2 activesupport 5.0.1 5.0.2 autoprefixer-rails 6.7.2 6.7.7 bourbon 4.3.2 4.3.3 capybara 2.12.0 2.12.1 concurrent-ruby 1.0.4 1.0.5 domain_name 0.5.20161129 0.5.20170223 eventmachine 1.2.2 1.2.3 i18n 0.8.0 0.8.1 nio4r 1.2.1 2.0.0 rails 5.0.1 5.0.2 railties 5.0.1 5.0.2 sitemap_generator 5.2.0 5.3.1 thread_safe 0.3.5 0.3.6 uglifier 3.0.4 3.1.7
1 parent e79ecc0 commit bd0f29d

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.1"
5+
gem "rails", "5.0.2"
66
gem "thin"
77
gem "haml-rails"
88
gem "jquery-rails"

Gemfile.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.0.1)
5-
actionpack (= 5.0.1)
6-
nio4r (~> 1.2)
4+
actioncable (5.0.2)
5+
actionpack (= 5.0.2)
6+
nio4r (>= 1.2, < 3.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.1)
9-
actionpack (= 5.0.1)
10-
actionview (= 5.0.1)
11-
activejob (= 5.0.1)
8+
actionmailer (5.0.2)
9+
actionpack (= 5.0.2)
10+
actionview (= 5.0.2)
11+
activejob (= 5.0.2)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.1)
15-
actionview (= 5.0.1)
16-
activesupport (= 5.0.1)
14+
actionpack (5.0.2)
15+
actionview (= 5.0.2)
16+
activesupport (= 5.0.2)
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.1)
22-
activesupport (= 5.0.1)
21+
actionview (5.0.2)
22+
activesupport (= 5.0.2)
2323
builder (~> 3.1)
2424
erubis (~> 2.7.0)
2525
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
activejob (5.0.1)
28-
activesupport (= 5.0.1)
26+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27+
activejob (5.0.2)
28+
activesupport (= 5.0.2)
2929
globalid (>= 0.3.6)
30-
activemodel (5.0.1)
31-
activesupport (= 5.0.1)
32-
activerecord (5.0.1)
33-
activemodel (= 5.0.1)
34-
activesupport (= 5.0.1)
30+
activemodel (5.0.2)
31+
activesupport (= 5.0.2)
32+
activerecord (5.0.2)
33+
activemodel (= 5.0.2)
34+
activesupport (= 5.0.2)
3535
arel (~> 7.0)
36-
activesupport (5.0.1)
36+
activesupport (5.0.2)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (~> 0.7)
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
4141
addressable (2.5.0)
4242
public_suffix (~> 2.0, >= 2.0.2)
4343
arel (7.1.4)
44-
autoprefixer-rails (6.7.2)
44+
autoprefixer-rails (6.7.7)
4545
execjs
4646
awesome_print (1.7.0)
4747
better_errors (2.1.1)
@@ -53,29 +53,29 @@ GEM
5353
bootstrap-sass (3.3.7)
5454
autoprefixer-rails (>= 5.2.1)
5555
sass (>= 3.3.4)
56-
bourbon (4.3.2)
56+
bourbon (4.3.3)
5757
sass (~> 3.4)
5858
thor (~> 0.19)
5959
buftok (0.2.0)
6060
builder (3.2.3)
6161
byebug (9.0.6)
62-
capybara (2.12.0)
62+
capybara (2.12.1)
6363
addressable
6464
mime-types (>= 1.16)
6565
nokogiri (>= 1.3.3)
6666
rack (>= 1.0.0)
6767
rack-test (>= 0.5.4)
6868
xpath (~> 2.0)
6969
coderay (1.1.1)
70-
concurrent-ruby (1.0.4)
70+
concurrent-ruby (1.0.5)
7171
cookiejar (0.3.3)
7272
crack (0.4.3)
7373
safe_yaml (~> 1.0.0)
7474
daemons (1.2.4)
7575
debug_inspector (0.0.2)
7676
diff-lcs (1.3)
7777
docile (1.1.5)
78-
domain_name (0.5.20161129)
78+
domain_name (0.5.20170223)
7979
unf (>= 0.0.5, < 1.0.0)
8080
em-http-request (1.1.5)
8181
addressable (>= 2.3.4)
@@ -96,7 +96,7 @@ GEM
9696
mail (~> 2.6.3)
9797
equalizer (0.0.10)
9898
erubis (2.7.0)
99-
eventmachine (1.2.2)
99+
eventmachine (1.2.3)
100100
execjs (2.7.0)
101101
faraday (0.9.2)
102102
multipart-post (>= 1.2, < 3)
@@ -129,7 +129,7 @@ GEM
129129
domain_name (~> 0.5)
130130
http-form_data (1.0.1)
131131
http_parser.rb (0.6.0)
132-
i18n (0.8.0)
132+
i18n (0.8.1)
133133
jquery-rails (4.2.2)
134134
rails-dom-testing (>= 1, < 3)
135135
railties (>= 4.2.0)
@@ -153,7 +153,7 @@ GEM
153153
multipart-post (2.0.0)
154154
naught (1.1.0)
155155
newrelic_rpm (3.18.1.330)
156-
nio4r (1.2.1)
156+
nio4r (2.0.0)
157157
nokogiri (1.7.0.1)
158158
mini_portile2 (~> 2.1.0)
159159
pry (0.10.4)
@@ -167,17 +167,17 @@ GEM
167167
rack (2.0.1)
168168
rack-test (0.6.3)
169169
rack (>= 1.0)
170-
rails (5.0.1)
171-
actioncable (= 5.0.1)
172-
actionmailer (= 5.0.1)
173-
actionpack (= 5.0.1)
174-
actionview (= 5.0.1)
175-
activejob (= 5.0.1)
176-
activemodel (= 5.0.1)
177-
activerecord (= 5.0.1)
178-
activesupport (= 5.0.1)
170+
rails (5.0.2)
171+
actioncable (= 5.0.2)
172+
actionmailer (= 5.0.2)
173+
actionpack (= 5.0.2)
174+
actionview (= 5.0.2)
175+
activejob (= 5.0.2)
176+
activemodel (= 5.0.2)
177+
activerecord (= 5.0.2)
178+
activesupport (= 5.0.2)
179179
bundler (>= 1.3.0, < 2.0)
180-
railties (= 5.0.1)
180+
railties (= 5.0.2)
181181
sprockets-rails (>= 2.0.0)
182182
rails-dom-testing (2.0.2)
183183
activesupport (>= 4.2.0, < 6.0)
@@ -189,9 +189,9 @@ GEM
189189
rails_stdout_logging
190190
rails_serve_static_assets (0.0.5)
191191
rails_stdout_logging (0.0.5)
192-
railties (5.0.1)
193-
actionpack (= 5.0.1)
194-
activesupport (= 5.0.1)
192+
railties (5.0.2)
193+
actionpack (= 5.0.2)
194+
activesupport (= 5.0.2)
195195
method_source
196196
rake (>= 0.8.7)
197197
thor (>= 0.18.1, < 2.0)
@@ -232,7 +232,7 @@ GEM
232232
json (>= 1.8, < 3)
233233
simplecov-html (~> 0.10.0)
234234
simplecov-html (0.10.0)
235-
sitemap_generator (5.2.0)
235+
sitemap_generator (5.3.1)
236236
builder (~> 3.0)
237237
slop (3.6.0)
238238
sprockets (3.7.1)
@@ -247,7 +247,7 @@ GEM
247247
eventmachine (~> 1.0, >= 1.0.4)
248248
rack (>= 1, < 3)
249249
thor (0.19.4)
250-
thread_safe (0.3.5)
250+
thread_safe (0.3.6)
251251
tilt (2.0.6)
252252
timecop (0.8.1)
253253
tweetstream (2.6.1)
@@ -269,7 +269,7 @@ GEM
269269
simple_oauth (~> 0.3.0)
270270
tzinfo (1.2.2)
271271
thread_safe (~> 0.1)
272-
uglifier (3.0.4)
272+
uglifier (3.1.7)
273273
execjs (>= 0.3.0, < 3)
274274
unf (0.1.4)
275275
unf_ext
@@ -301,7 +301,7 @@ DEPENDENCIES
301301
jquery-rails
302302
newrelic_rpm
303303
pry-byebug
304-
rails (= 5.0.1)
304+
rails (= 5.0.2)
305305
rails_12factor
306306
rspec-rails
307307
sass-rails

0 commit comments

Comments
 (0)