Skip to content

Commit

Permalink
update action*- dependencies via gemhadar
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed Jan 2, 2025
1 parent b830eb9 commit ec8be7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ GemHadar do
title "#{name.camelize} -- More Math in Ruby"
licenses << 'Apache-2.0'

dependency 'activerecord', '>= 5.1', '<8'
dependency 'actionpack' , '>= 4.1', '<8'
dependency 'activerecord', '>= 5.1', '<9'
dependency 'actionpack' , '>= 4.1', '<9'
development_dependency 'cucumber'
development_dependency 'sqlite3'
development_dependency 'mysql2'
Expand Down

0 comments on commit ec8be7b

Please sign in to comment.