Skip to content

Commit

Permalink
Bump activesupport version upto 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Zubov committed Apr 28, 2022
1 parent 6eb2eec commit 3e24f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/onesignal.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'active_support/version'
require 'active_support/isolated_execution_state' if ActiveSupport::VERSION::MAJOR == 7
require 'active_support/core_ext/string'
require 'active_support/json'
require 'onesignal/version'
Expand Down
2 changes: 1 addition & 1 deletion onesignal-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'vcr', '~> 4.0', '>= 4.0.0'
spec.add_development_dependency 'webmock', '~> 3.4'

spec.add_runtime_dependency 'activesupport', '>= 5.0.0', '< 7'
spec.add_runtime_dependency 'activesupport', '>= 5.0.0', '< 8'
spec.add_runtime_dependency 'faraday', '~> 1.0', '>= 1.0'
spec.add_runtime_dependency 'simple_command', '~> 0', '>= 0.0.9'
end

0 comments on commit 3e24f9b

Please sign in to comment.