Skip to content

Commit

Permalink
Update to GEMSPEC 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Jan 6, 2025
1 parent 0bf4722 commit c3bab47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
janus-ar (7.2.0)
activerecord (>= 7.2, < 9.0)
activerecord (>= 8.0, < 9.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -108,7 +108,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (>= 7.2.0)
activesupport (>= 8.0)
janus-ar!
mysql2
pry
Expand Down
4 changes: 2 additions & 2 deletions janus-ar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 3.2.0'

gem.add_dependency 'activerecord', '>= 7.2', '< 9.0'
gem.add_development_dependency 'activesupport', '>= 7.2.0'
gem.add_dependency 'activerecord', '>= 8.0', '< 9.0'
gem.add_development_dependency 'activesupport', '>= 8.0'
gem.add_development_dependency 'mysql2'
gem.add_development_dependency 'trilogy'
gem.add_development_dependency 'pry'
Expand Down
4 changes: 2 additions & 2 deletions lib/janus-ar/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module Janus
unless defined?(::Janus::VERSION)
module VERSION
MAJOR = 7
MINOR = 2
MAJOR = 8
MINOR = 0
PATCH = 0
PRE = nil

Expand Down

0 comments on commit c3bab47

Please sign in to comment.