diff --git a/Gemfile.lock b/Gemfile.lock index 7f157be..9bed9bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - uuidable (1.0.3) - activerecord (>= 4.2, < 7.2) + uuidable (1.0.4) + activerecord (>= 4.2, < 8.0) mysql-binuuid-rails (>= 1.3, < 2) uuidtools (>= 2.1, < 3) diff --git a/lib/uuidable/version.rb b/lib/uuidable/version.rb index 029d638..45abbc2 100644 --- a/lib/uuidable/version.rb +++ b/lib/uuidable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uuidable - VERSION = '1.0.3' + VERSION = '1.0.4' end diff --git a/uuidable.gemspec b/uuidable.gemspec index 91b637b..ebb3009 100644 --- a/uuidable.gemspec +++ b/uuidable.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'travis', '~> 1.8', '>= 1.8.2' - spec.add_dependency 'activerecord', '>= 4.2', '< 7.2' + spec.add_dependency 'activerecord', '>= 4.2', '< 8.0' spec.add_dependency 'mysql-binuuid-rails', '>= 1.3', '< 2' spec.add_dependency 'uuidtools', '>= 2.1', '< 3' end