Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 0fd4996

Browse files
Bump coffee-rails from 4.2.1 to 4.2.2
Bumps [coffee-rails](https://github.com/rails/coffee-rails) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md) - [Commits](rails/coffee-rails@v4.2.1...v4.2.2)
1 parent c83c579 commit 0fd4996

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gem 'rubyzip', '1.2.1'
5454

5555
group :development, :test do
5656
gem 'sass-rails', '~> 5.0.5' # locked
57-
gem 'coffee-rails', '~> 4.2.1'
57+
gem 'coffee-rails', '~> 4.2.2'
5858
gem 'pry', '~> 0.10.4'
5959
gem 'capybara', '~> 2.14.0'
6060
gem 'selenium-webdriver', '3.4.0'

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,20 @@ GEM
109109
ffi (~> 1.0, >= 1.0.11)
110110
cliver (0.3.2)
111111
coderay (1.1.1)
112-
coffee-rails (4.2.1)
112+
coffee-rails (4.2.2)
113113
coffee-script (>= 2.2.0)
114-
railties (>= 4.0.0, < 5.2.x)
114+
railties (>= 4.0.0)
115115
coffee-script (2.4.1)
116116
coffee-script-source
117117
execjs
118-
coffee-script-source (1.10.0)
118+
coffee-script-source (1.12.2)
119119
coveralls (0.8.21)
120120
json (>= 1.8, < 3)
121121
simplecov (~> 0.14.1)
122122
term-ansicolor (~> 1.3)
123123
thor (~> 0.19.4)
124124
tins (~> 1.6)
125+
crass (1.0.3)
125126
daemons (1.2.3)
126127
deprecation (0.2.2)
127128
activesupport
@@ -139,7 +140,7 @@ GEM
139140
equivalent-xml (0.6.0)
140141
nokogiri (>= 1.4.3)
141142
erubis (2.7.0)
142-
execjs (2.6.0)
143+
execjs (2.7.0)
143144
faraday (0.12.1)
144145
multipart-post (>= 1.2, < 3)
145146
fastercsv (1.5.5)
@@ -173,7 +174,7 @@ GEM
173174
hydra-access-controls (= 6.5.2)
174175
hydra-core (= 6.5.2)
175176
rails (>= 3.2.6)
176-
i18n (0.8.1)
177+
i18n (0.8.6)
177178
jettywrapper (2.0.3)
178179
activesupport (>= 3.0.0)
179180
childprocess
@@ -198,7 +199,8 @@ GEM
198199
activesupport (>= 4, < 5.2)
199200
railties (>= 4, < 5.2)
200201
logstash-event (1.2.02)
201-
loofah (2.0.3)
202+
loofah (2.1.1)
203+
crass (~> 1.0.2)
202204
nokogiri (>= 1.5.9)
203205
mail (2.7.0.rc1)
204206
mini_mime (>= 0.1.1)
@@ -210,7 +212,7 @@ GEM
210212
mime-types (2.99.3)
211213
mini_mime (0.1.3)
212214
mini_portile2 (2.3.0)
213-
minitest (5.10.2)
215+
minitest (5.10.3)
214216
multi_json (1.12.1)
215217
multi_xml (0.5.5)
216218
multipart-post (2.0.0)
@@ -278,8 +280,8 @@ GEM
278280
sprockets-rails
279281
rails-deprecated_sanitizer (1.0.3)
280282
activesupport (>= 4.2.0.alpha)
281-
rails-dom-testing (1.0.8)
282-
activesupport (>= 4.2.0.beta, < 5.0)
283+
rails-dom-testing (1.0.9)
284+
activesupport (>= 4.2.0, < 5.0)
283285
nokogiri (~> 1.6)
284286
rails-deprecated_sanitizer (>= 1.0.1)
285287
rails-html-sanitizer (1.0.3)
@@ -409,7 +411,7 @@ GEM
409411
thread_safe (0.3.6)
410412
tilt (1.4.1)
411413
tins (1.13.3)
412-
tzinfo (1.2.3)
414+
tzinfo (1.2.4)
413415
thread_safe (~> 0.1)
414416
uber (0.0.15)
415417
uglifier (3.2.0)
@@ -447,7 +449,7 @@ DEPENDENCIES
447449
capistrano-rails (~> 1.2.3)
448450
capistrano-rbenv (~> 2.1.1)
449451
capybara (~> 2.14.0)
450-
coffee-rails (~> 4.2.1)
452+
coffee-rails (~> 4.2.2)
451453
coveralls (= 0.8.21)
452454
devise (~> 3.5.5)
453455
equivalent-xml (~> 0.6.0)

0 commit comments

Comments
 (0)