Skip to content

Commit

Permalink
Update dependency range for Rails 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 31, 2021
1 parent 743ac69 commit 9c85c6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: '1.17.3'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec
3 changes: 1 addition & 2 deletions acts_as_replaceable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Gem::Specification.new do |s|
s.authors = ['Nicholas Jakobsen', 'Ryan Wallace']
s.files = Dir.glob("{lib,spec}/**/*") + %w(README.rdoc)

s.add_dependency('rails', ">= 4.0.6")
s.add_dependency('rails', [">= 4.0.6", "< 7"])

s.add_development_dependency('bundler', '~> 1.5')
s.add_development_dependency('sqlite3', '~> 1.3')
s.add_development_dependency('rspec-rails', '~> 2.0')
end

0 comments on commit 9c85c6d

Please sign in to comment.