Skip to content

Commit

Permalink
@fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensho committed Dec 5, 2018
1 parent 9a66fc3 commit a15fb94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,12 +3,12 @@ sudo: false
cache: bundler
services:
- redis-server
before_install:
- gem update --system
gemfile:
- gemfiles/rails_4.gemfile
- gemfiles/rails_5.gemfile
before_install:
- gem install bundler
- gem update bundler
bundler_args: --without development load_test
rvm:
- 2.2.10
- 2.3.7
Expand Down
15 changes: 8 additions & 7 deletions Gemfile
Expand Up @@ -2,18 +2,19 @@ source 'https://rubygems.org'

gemspec

group :development, :test do
gem 'rake'
gem 'redis-namespace'
gem 'rails', '~> 5.2'
gem 'sqlite3', platforms: :ruby
gem 'pry-byebug', platforms: :mri
gem 'rake'
gem 'redis-namespace'
gem 'rails', '~> 5.2'
gem 'sqlite3', platforms: :ruby

group :development do
gem 'appraisal'
gem 'pry-byebug', platforms: :mri
gem 'minitest-focus'
end

group :test do
gem 'minitest'
gem 'minitest-focus'
gem 'minitest-reporters'
gem 'simplecov'
end
Expand Down

0 comments on commit a15fb94

Please sign in to comment.