mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Gemfile: move asset gems to 'default' (rm 'assets' section)
This commit is contained in:
parent
8abfafa0c6
commit
e9e3e75e05
1 changed files with 7 additions and 9 deletions
16
Gemfile
16
Gemfile
|
|
@ -8,6 +8,13 @@ gem 'rails', '~> 6.1'
|
||||||
gem 'font-awesome-sass', '~> 6.5.2'
|
gem 'font-awesome-sass', '~> 6.5.2'
|
||||||
gem 'jquery-rails', '~> 4.6'
|
gem 'jquery-rails', '~> 4.6'
|
||||||
gem 'jquery-ui-rails', '~>7.0.0'
|
gem 'jquery-ui-rails', '~>7.0.0'
|
||||||
|
gem 'coffee-rails', '~> 5.0.0'
|
||||||
|
gem 'sassc-rails', '~> 2.1.2'
|
||||||
|
gem 'bootstrap-sass', '3.4.1'
|
||||||
|
gem 'uglifier', '>=1.3.0'
|
||||||
|
gem 'listen'
|
||||||
|
gem 'tolk', '~> 5.0.1'
|
||||||
|
|
||||||
gem 'aasm', '~> 5.5.0'
|
gem 'aasm', '~> 5.5.0'
|
||||||
gem 'acts_as_list'
|
gem 'acts_as_list'
|
||||||
gem 'bcrypt', '~> 3.1.20'
|
gem 'bcrypt', '~> 3.1.20'
|
||||||
|
|
@ -28,15 +35,6 @@ gem 'pg', '~> 1.5', group: :postgresql
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
gem 'mini_racer', group: :therubyracer
|
gem 'mini_racer', group: :therubyracer
|
||||||
|
|
||||||
group :assets do
|
|
||||||
gem 'coffee-rails', '~> 5.0.0'
|
|
||||||
gem 'sassc-rails', '~> 2.1.2'
|
|
||||||
gem 'bootstrap-sass', '3.4.1'
|
|
||||||
gem 'uglifier', '>=1.3.0'
|
|
||||||
gem 'listen'
|
|
||||||
gem 'tolk', '~> 5.0.1'
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development, :optional => true do
|
group :development, :optional => true do
|
||||||
gem 'spring', '~> 4'
|
gem 'spring', '~> 4'
|
||||||
gem 'yard'
|
gem 'yard'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue