mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Pump coffee-rails from 4.2 to 5.0
This commit is contained in:
parent
2ffe9629f9
commit
252e782fcf
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ gem 'nokogiri'
|
|||
|
||||
# style
|
||||
gem 'bootstrap-sass', '~> 3.4'
|
||||
gem 'coffee-rails', '~> 4.2'
|
||||
gem 'coffee-rails', '>= 5.0'
|
||||
gem 'jquery-rails'
|
||||
gem 'selectize-rails', '0.12.1' # include selectize.js for select
|
||||
gem 'kaminari'
|
||||
|
|
|
@ -157,9 +157,9 @@ GEM
|
|||
childprocess (3.0.0)
|
||||
chronic (0.10.2)
|
||||
coderay (1.1.0)
|
||||
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
|
||||
|
@ -498,7 +498,7 @@ DEPENDENCIES
|
|||
cancancan
|
||||
capybara
|
||||
coderay (= 1.1.0)
|
||||
coffee-rails (~> 4.2)
|
||||
coffee-rails (>= 5.0)
|
||||
company_register!
|
||||
countries
|
||||
daemons-rails (= 1.2.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue