Commit 7a647b26 by John Doe

added gems for local installation

parent b8fe0d96
Showing with 4 additions and 2 deletions
......@@ -45,8 +45,6 @@ group :development, :test do
gem 'byebug'
gem 'rspec-rails', '~> 3.1'
gem 'rubocop', require: false
gem 'factory_girl_rails'
gem 'faker'
gem 'vcr'
gem 'webmock'
gem 'rspec-json_expectations'
......@@ -63,6 +61,10 @@ group :development, :test do
gem 'capistrano-rbenv', '~> 2.0'
gem 'capistrano-passenger'
end
group :local, :development, :test do
gem 'factory_girl_rails'
gem 'faker'
end
# NOTE: install mailcatcher for development
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment