Moving some gems to the assets/dev group
This commit is contained in:
parent
d1b6af2f1d
commit
a48afcd8de
12
Gemfile
12
Gemfile
@ -49,15 +49,9 @@ gem 'differ'
|
|||||||
# A generic library to administrate the tool
|
# A generic library to administrate the tool
|
||||||
gem 'activeadmin', github: 'activeadmin'
|
gem 'activeadmin', github: 'activeadmin'
|
||||||
|
|
||||||
gem 'jquery-sparkline-rails', github: 'cubus/jquery-sparkline-rails'
|
|
||||||
|
|
||||||
# Markdown display
|
# Markdown display
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
|
||||||
# Carte openstreetmap
|
|
||||||
gem 'leaflet-rails'
|
|
||||||
gem 'rails-assets-leaflet.markercluster', source: 'https://rails-assets.org'
|
|
||||||
|
|
||||||
gem 'geocoder'
|
gem 'geocoder'
|
||||||
|
|
||||||
# Tiny MCE integration
|
# Tiny MCE integration
|
||||||
@ -126,8 +120,14 @@ group :development, :test, :assets do
|
|||||||
|
|
||||||
gem 'modernizr-rails'
|
gem 'modernizr-rails'
|
||||||
|
|
||||||
|
gem 'jquery-sparkline-rails', github: 'cubus/jquery-sparkline-rails'
|
||||||
|
|
||||||
# A superb font to use as icons
|
# A superb font to use as icons
|
||||||
gem 'font-awesome-sass'
|
gem 'font-awesome-sass'
|
||||||
|
|
||||||
|
# Carte openstreetmap
|
||||||
|
gem 'leaflet-rails'
|
||||||
|
gem 'rails-assets-leaflet.markercluster'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :assets do
|
group :assets do
|
||||||
|
@ -34,7 +34,6 @@ GIT
|
|||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.2.7.1)
|
actionmailer (4.2.7.1)
|
||||||
actionpack (= 4.2.7.1)
|
actionpack (= 4.2.7.1)
|
||||||
@ -453,7 +452,7 @@ DEPENDENCIES
|
|||||||
quiet_assets
|
quiet_assets
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails
|
rails
|
||||||
rails-assets-leaflet.markercluster!
|
rails-assets-leaflet.markercluster
|
||||||
rails-i18n
|
rails-i18n
|
||||||
redcarpet
|
redcarpet
|
||||||
sass-rails
|
sass-rails
|
||||||
|
Loading…
Reference in New Issue
Block a user