Skip to content

Commit

Permalink
Fix error on activesupport 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan committed Jan 11, 2023
1 parent 694c9f9 commit 4b5e4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/global_sign.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'active_support/core_ext/hash/conversions'
require 'active_support'
require 'active_support/core_ext'

require 'global_sign/version'
require 'global_sign/client'
Expand Down

0 comments on commit 4b5e4a5

Please sign in to comment.