Gemfile refactor
This commit is contained in:
@@ -31,7 +31,6 @@ group :assets do
|
||||
gem 'js-routes'
|
||||
gem "font-awesome-rails"
|
||||
#gem 'capistrano-local-precompile', require: false
|
||||
gem "airbrussh", require: false
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
#gem 'therubyracer', platforms: :ruby
|
||||
@@ -106,11 +105,12 @@ group :development do
|
||||
gem 'letter_opener'
|
||||
# gem 'thin'
|
||||
gem 'faye'
|
||||
gem 'capistrano', '~> 3.0', require: false
|
||||
gem 'capistrano', require: false
|
||||
gem 'capistrano-bundler', require: false
|
||||
gem 'capistrano-rvm', '~> 0.1', require: false
|
||||
gem 'capistrano-rails', '~> 1.1', require: false
|
||||
gem 'capistrano-rvm', require: false
|
||||
gem 'capistrano-rails', require: false
|
||||
gem 'capistrano3-puma', require: false
|
||||
gem "airbrussh", require: false
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
gem 'web-console', '~> 2.0.0'
|
||||
|
||||
+3
-3
@@ -482,10 +482,10 @@ DEPENDENCIES
|
||||
airbrussh
|
||||
bourbon
|
||||
cancancan
|
||||
capistrano (~> 3.0)
|
||||
capistrano
|
||||
capistrano-bundler
|
||||
capistrano-rails (~> 1.1)
|
||||
capistrano-rvm (~> 0.1)
|
||||
capistrano-rails
|
||||
capistrano-rvm
|
||||
capistrano3-puma
|
||||
capybara-screenshot
|
||||
cmtool!
|
||||
|
||||
Reference in New Issue
Block a user