Organize Gemfile for Ruby2.2

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-08-03 10:09:38 +09:00
parent d2fe02d0d5
commit a3ea25bfd6
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -4,7 +4,7 @@ group :development, :test do
gem "rake"
gem "pry"
gem "pry-rails"
gem "rspec-rails", "~> 3.0"
gem "test-unit-rails"
end
group :development do
@ -19,6 +19,7 @@ group :test do
gem "factory_bot_rails"
gem "capybara", "~> 3.1.1"
gem "capybara-screenshot"
gem "chromedriver-helper"
gem "simplecov", "~> 0.16.1", require: false
gem "webmock", "~> 3.3.0"
gem "timecop"