Skip to content

Commit

Permalink
Merge pull request #37 from appfolio/bank_appraise_rails_72
Browse files Browse the repository at this point in the history
Appraise Rails 7.2
  • Loading branch information
Maimer authored Oct 1, 2024
2 parents a3eaec1 + 708c3e7 commit 777f835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

case RUBY_VERSION
when '3.1.3', '3.2.1', '3.3.0'
['6.1', '7.0', '7.1'].product(['1.6', '1.7', '1.8']).each do |rails_version, grape_version|
['6.1', '7.0', '7.1', '7.2'].product(['1.6', '1.7', '1.8']).each do |rails_version, grape_version|
appraise "ruby-#{RUBY_VERSION}-rails_#{rails_version}-grape_#{grape_version}" do
source 'https://rubygems.org' do
gem 'rails', "~> #{rails_version}.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
source 'https://rubygems.org' # global source

source 'https://rubygems.org' do
gem 'appraisal', '>= 2.4', '< 3'
gem 'appraisal', '>= 2.5', '< 3'
gem 'bundler', '>= 2.2', '< 3'
gem 'debug', '>= 1.9', '< 2'
gem 'grape', '>= 1.6', '< 2'
gem 'minitest', '>= 5.22', '< 6'
gem 'minitest', '>= 5.25', '< 6'
gem 'minitest-reporters', '>= 1.6', '< 2'
gem 'mocha', '>= 2.1', '< 3'
gem 'rake', '>= 13', '< 14'
Expand Down
2 changes: 1 addition & 1 deletion declarative_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'

spec.add_dependency('blockenspiel', ['>= 0.5', '< 1'])
spec.add_dependency('rails', ['>= 6.1', '< 7.2'])
spec.add_dependency('rails', ['>= 6.1', '< 7.3'])
end

0 comments on commit 777f835

Please sign in to comment.