Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 13, 2024
1 parent c7693cd commit 2e87710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anycable-rails-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.7"

spec.add_dependency "anycable-core", "~> 1.4.0"
spec.add_dependency "anycable-core", "1.5.0.rc.1"
spec.add_dependency "actioncable", ">= 6.0"
spec.add_dependency "globalid"
end
2 changes: 1 addition & 1 deletion anycable-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "anycable-rails-core", AnyCable::Rails::VERSION
spec.add_dependency "anycable", "~> 1.4.0"
spec.add_dependency "anycable", "1.5.0.rc.1"

spec.add_development_dependency "ammeter", "~> 1.1"
spec.add_development_dependency "bundler", ">= 1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/anycable/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module AnyCable
module Rails
VERSION = "1.4.4"
VERSION = "1.5.0.rc.1"
end
end

0 comments on commit 2e87710

Please sign in to comment.