Skip to content

Commit

Permalink
Merge branch 'main' into bug/fix-rake-task
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth authored Jan 29, 2025
2 parents ee07c9b + 8cb5850 commit eeac841
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
wagons (0.8.0)
wagons (0.9.0)
bundler (>= 2.0)
rails (>= 6.1)
rails (>= 7.1)
seed-fu-ndo (>= 0.0.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/wagons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wagons
VERSION = '0.8.0'
VERSION = '0.9.0'
end
2 changes: 1 addition & 1 deletion wagons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'bundler', '>= 2.0'

s.add_dependency 'rails', '>= 6.1'
s.add_dependency 'rails', '>= 7.1'

s.add_dependency 'seed-fu-ndo', '>= 0.0.3'

Expand Down

0 comments on commit eeac841

Please sign in to comment.