Skip to content

Commit

Permalink
Merge pull request #1 from rdytech/rails_71
Browse files Browse the repository at this point in the history
allows for rails 7.1 support
  • Loading branch information
msxavi authored Mar 28, 2024
2 parents 898c101 + ab3c58b commit 270457d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/apartment/active_record/schema_migration.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ActiveRecord
class SchemaMigration < ActiveRecord::Base # :nodoc:
class SchemaMigration # :nodoc:
class << self
def table_exists?
connection.table_exists?(table_name)
Expand Down
2 changes: 1 addition & 1 deletion lib/apartment/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Apartment
VERSION = '2.11.0'
VERSION = '3.0.0.rc1'
end
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/rails-on-services/apartment'
s.licenses = ['MIT']

s.add_dependency 'activerecord', '>= 5.0.0', '< 7.1'
s.add_dependency 'activerecord', '>= 7.1'
s.add_dependency 'parallel', '< 2.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 5.0'
s.add_dependency 'rack', '>= 1.3.6', '< 3.0'
Expand Down

0 comments on commit 270457d

Please sign in to comment.