Use docker for development
.env.test
0 → 100644
Dockerfile
0 → 100644
... | ... | @@ -59,9 +59,9 @@ gem 'font-awesome-rails' |
gem 'jquery-minicolors-rails' | ||
gem 'prettyphoto-rails' | ||
gem 'validates_timeliness', '~> 5.0.0.alpha3' | ||
gem 'mysql2' | ||
group :development, :test do | ||
gem "sqlite3" | ||
gem 'rspec-rails' | ||
gem 'byebug' | ||
gem 'listen' | ||
... | ... | @@ -77,7 +77,6 @@ group :test do |
gem 'factory_girl_rails' | ||
gem 'shoulda-matchers', git: 'https://github.com/thoughtbot/shoulda-matchers.git', branch: 'rails-5' | ||
gem 'test-unit', '~> 3.0' # For shoulda-matchers with ruby 2.3+ | ||
gem 'database_cleaner' | ||
# see https://github.com/thoughtbot/capybara-webkit/issues/1065 | ||
gem 'capybara-webkit', github: 'thoughtbot/capybara-webkit', branch: 'master' | ||
gem 'fuubar' | ||
... | ... |
This diff is collapsed.
docker-compose.yml
0 → 100644
docker/entrypoint_app.sh
0 → 100755
Please register or sign in to comment