Skip to content

Commit

Permalink
up gemfile-current + travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
salkar committed Nov 5, 2018
1 parent 7891ef1 commit f876838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ cache: bundler
sudo: false
rvm:
- 2.2.7
- 2.5.0
- 2.5.3
gemfile:
- travis/gemfiles/Gemfile-5
- travis/gemfiles/Gemfile-5_1
- travis/gemfiles/Gemfile-latest
env:
matrix:
- DB=mysql2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source 'https://rubygems.org'
gemspec path: "../.."

gem 'rails', '~> 5.1'
gem 'rails', '~> 5.2.1'
gem 'sqlite3'
gem 'pg', '~> 0.18'
gem 'pg', '~> 1.1.3'
gem 'mysql2'
gem 'kaminari'

group :development, :test do
gem 'rspec-rails', '~> 3.6'
gem 'rspec-rails', '~> 3.8'
gem 'byebug'
gem 'factory_bot_rails'
end
Expand Down

0 comments on commit f876838

Please sign in to comment.