Skip to content

Commit

Permalink
Set rails dependency to 7.1.0 and create patch version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Aug 20, 2024
1 parent 511e5fd commit 5c2cd89
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:
uni_rails (0.4.0)
uni_rails (0.4.1)
rackup (~> 2.1)
rails (~> 7.1)
rails (~> 7.1.0)
turbo-rails (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/uni_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module UniRails
VERSION = "0.4.0"
VERSION = "0.4.1"
end
2 changes: 1 addition & 1 deletion uni_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "rails", "~> 7.1"
spec.add_dependency "rails", "~> 7.1.0"
spec.add_dependency "rackup", "~> 2.1"
spec.add_dependency "turbo-rails", "~> 2.0"

Expand Down

0 comments on commit 5c2cd89

Please sign in to comment.