Skip to content

Commit

Permalink
Fix bundler error for Ruby 2.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncc committed Oct 30, 2024
1 parent e4e9a46 commit 3053daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/active_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
require "active_resource/exceptions"
require "active_resource/version"

# Only necessary as long as Ruby 2.6 compatibility is kept
require "ruby2_keywords"

module ActiveResource
extend ActiveSupport::Autoload

Expand Down

0 comments on commit 3053daf

Please sign in to comment.