Skip to content

Commit

Permalink
Merge pull request #35 from Intrepidd/activesupport-7
Browse files Browse the repository at this point in the history
Support ActiveSupport 7
  • Loading branch information
ksol authored Dec 16, 2021
2 parents 9aace38 + 88548c8 commit 057882f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/scalingo/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "active_support"
require "active_support/core_ext/numeric/time"
require "scalingo/version"
require "ostruct"
Expand Down
1 change: 1 addition & 0 deletions lib/scalingo/regional/metrics.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "scalingo/api/endpoint"
require "active_support"
require "active_support/core_ext/hash/indifferent_access"

module Scalingo
Expand Down
2 changes: 1 addition & 1 deletion scalingo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.test_files = Dir["spec/**/*_spec.rb"]

s.add_dependency "activesupport", [">= 5", "< 7"]
s.add_dependency "activesupport", [">= 5", "< 8"]
s.add_dependency "faraday", "~> 1.0"
s.add_dependency "faraday_middleware", "~> 1.0"
s.add_dependency "multi_json", ">= 1.0.3", "~> 1.0"
Expand Down

0 comments on commit 057882f

Please sign in to comment.