Skip to content

Commit

Permalink
Support Rails 5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Mar 29, 2018
1 parent 1896c40 commit 5add5f4
Show file tree
Hide file tree
Showing 16 changed files with 138 additions and 376 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
.ruby-gemset
.ruby-version
/vendor/
/spec/internal/log/*
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.2.5
- 2.3.4
- 2.4.1
env:
- STRATEGY=array
- STRATEGY=ltree
gemfile:
- gemfiles/activerecord_4.0.gemfile
- gemfiles/activerecord_4.1.gemfile
- gemfiles/activerecord_4.2.gemfile
- gemfiles/activerecord_5.0.gemfile
before_install: gem install bundler -v 1.10.6
12 changes: 2 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
appraise 'activerecord-4.0' do
gem 'activerecord', '~> 4.0.0'
end

appraise 'activerecord-4.1' do
gem 'activerecord', '~> 4.1.0'
end

appraise 'activerecord-4.2' do
gem 'activerecord', '~> 4.2.0'
appraise 'activerecord-5.0' do
gem 'activerecord', '~> 5.0'
end
101 changes: 0 additions & 101 deletions gemfiles/activerecord_4.0.gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/activerecord_4.1.gemfile

This file was deleted.

103 changes: 0 additions & 103 deletions gemfiles/activerecord_4.1.gemfile.lock

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/activerecord_4.2.gemfile

This file was deleted.

120 changes: 0 additions & 120 deletions gemfiles/activerecord_4.2.gemfile.lock

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "appraisal"
gem "activerecord", "~> 4.0.0"
gem "activerecord", "~> 5.0"

gemspec :path => "../"
gemspec path: "../"
Loading

0 comments on commit 5add5f4

Please sign in to comment.