Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 12, 2017
1 parent 04f895a commit 848dd3e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
before_script:
- mysql -e 'create database enju_test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;'
- psql -c 'create database enju_test;' -U postgres
Expand Down
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
appraise "rails-4.2" do
gem "rails", "~> 4.2.8"
gem "rails", "~> 4.2.10"
gem 'statesman', '~> 1.3'
end

appraise "rails-5.0" do
gem "rails", "~> 5.0.2"
gem "rails", "~> 5.0.6"
gem 'statesman', '~> 2.0'
gem 'activemodel-serializers-xml'
gem 'rails-controller-testing'
Expand Down
2 changes: 1 addition & 1 deletion enju_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/{log,solr,tmp}/**/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_biblio", "~> 0.2.1"
s.add_dependency "enju_biblio", "~> 0.2.2"

s.add_development_dependency "enju_leaf", "~> 1.2.1"
s.add_development_dependency "enju_manifestation_viewer", "~> 0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.8"
gem "rails", "~> 4.2.10"
gem "statesman", "~> 1.3"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 5.0.2"
gem "rails", "~> 5.0.6"
gem "statesman", "~> 2.0"
gem "activemodel-serializers-xml"
gem "rails-controller-testing"
Expand Down

0 comments on commit 848dd3e

Please sign in to comment.