Merge pull request #1965 from betagouv/gemfile-cleanup

Gemfile cleanup
This commit is contained in:
gregoirenovel 2018-05-25 09:08:23 +02:00 committed by GitHub
commit 1fb85afdc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
source 'https://rubygems.org'
gem 'rails', '~> 5.2.0'
gem 'rails'
# Use SCSS for stylesheets
gem 'sass-rails'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'uglifier'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
@ -133,7 +133,7 @@ group :test do
gem 'timecop'
gem 'guard'
gem 'guard-rspec', require: false
gem 'guard-livereload', '~> 2.4', require: false
gem 'guard-livereload', require: false
gem 'vcr'
gem 'rails-controller-testing'
end

View file

@ -195,7 +195,7 @@ GEM
erubis (2.7.0)
ethon (0.11.0)
ffi (>= 1.3.0)
eventmachine (1.2.5)
eventmachine (1.2.7)
excon (0.60.0)
execjs (2.7.0)
factory_bot (4.8.2)
@ -458,7 +458,7 @@ GEM
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.12)
lumberjack (1.0.13)
mail (2.7.0)
mini_mime (>= 0.1.1)
mailjet (1.5.4)
@ -811,7 +811,7 @@ DEPENDENCIES
fog-openstack
font-awesome-rails
guard
guard-livereload (~> 2.4)
guard-livereload
guard-rspec
haml-lint
haml-rails
@ -835,7 +835,7 @@ DEPENDENCIES
pry-byebug
rack-handlers
rack-mini-profiler
rails (~> 5.2.0)
rails
rails-controller-testing
rbnacl-libsodium
rest-client
@ -861,7 +861,7 @@ DEPENDENCIES
timecop
turbolinks
typhoeus
uglifier (>= 1.3.0)
uglifier
unicode_utils
unicorn
vcr