Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #397 from sul-dlss/update-coffee
Browse files Browse the repository at this point in the history
Update to the latest coffee-script
  • Loading branch information
jmartin-sul committed Jan 22, 2020
2 parents 1190b10 + 07e31c5 commit 6cf069c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'okcomputer'
gem 'bootsnap'
gem 'sassc', '~> 2.0.1' # Pinning to 2.0 because 2.1 requires GLIBC 2.14 on deploy
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 5.0'
gem 'uglifier', '>= 1.0.3'

# gems only needed for particular environments
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ GEM
dry-types (~> 1.1)
zeitwerk (~> 2.1)
coderay (1.1.2)
coffee-rails (4.2.2)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -580,7 +580,7 @@ DEPENDENCIES
capybara (~> 2.18)
carrierwave (~> 1.0)
coderay
coffee-rails (~> 4.2)
coffee-rails (~> 5.0)
config
coveralls
devise (~> 4.0)
Expand Down

0 comments on commit 6cf069c

Please sign in to comment.