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

Commit d0457d9

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 a6bf0cb commit d0457d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'rubyzip', '1.2.1'
5252

5353
group :development, :test do
5454
gem 'sass-rails', '~> 5.0.5' # locked
55-
gem 'coffee-rails', '~> 4.2.1'
55+
gem 'coffee-rails', '~> 4.2.2'
5656
gem 'pry', '~> 0.10.4'
5757
gem 'capybara', '~> 2.14.0'
5858
gem 'selenium-webdriver', '3.4.0'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ GEM
117117
ffi (~> 1.0, >= 1.0.11)
118118
cliver (0.3.2)
119119
coderay (1.1.1)
120-
coffee-rails (4.2.1)
120+
coffee-rails (4.2.2)
121121
coffee-script (>= 2.2.0)
122-
railties (>= 4.0.0, < 5.2.x)
122+
railties (>= 4.0.0)
123123
coffee-script (2.4.1)
124124
coffee-script-source
125125
execjs
126-
coffee-script-source (1.10.0)
126+
coffee-script-source (1.12.2)
127127
coveralls (0.8.21)
128128
json (>= 1.8, < 3)
129129
simplecov (~> 0.14.1)
@@ -148,7 +148,7 @@ GEM
148148
equivalent-xml (0.6.0)
149149
nokogiri (>= 1.4.3)
150150
erubis (2.7.0)
151-
execjs (2.6.0)
151+
execjs (2.7.0)
152152
faraday (0.12.1)
153153
multipart-post (>= 1.2, < 3)
154154
fastercsv (1.5.5)
@@ -447,7 +447,7 @@ DEPENDENCIES
447447
capistrano-rails (~> 1.2.3)
448448
capistrano-rbenv (~> 2.1.1)
449449
capybara (~> 2.14.0)
450-
coffee-rails (~> 4.2.1)
450+
coffee-rails (~> 4.2.2)
451451
coveralls (= 0.8.21)
452452
devise (~> 3.5.5)
453453
equivalent-xml (~> 0.6.0)

0 commit comments

Comments
 (0)