Skip to content

Commit

Permalink
#broadcast_to and rails 7.1 gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
apuratepp committed Oct 16, 2023
1 parent be501f8 commit ebd6798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

eval_gemfile(File.join(File.dirname(__FILE__), "gemfiles/rails_7.0.gemfile"))
eval_gemfile(File.join(File.dirname(__FILE__), "gemfiles/rails_7.1.gemfile"))

gem "wwtd"
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile → gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "oj"

gem "rails", "~> 7.0.8"
gem "rails", "~> 7.1"
gem "sqlite3", "1.6"

gem "combustion"
Expand Down
2 changes: 1 addition & 1 deletion lib/kiev/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def path=(log_path)
end

def broadcast_to(_)
# https://github.com/rails/rails/releases/tag/v7.1.0
# Not Supported
# https://github.com/rails/rails/releases/tag/v7.1.0
end
end
end

0 comments on commit ebd6798

Please sign in to comment.