Skip to content

Commit

Permalink
Merge pull request #48 from gocardless/hmac/activesupport-bounds
Browse files Browse the repository at this point in the history
Relax activesupport bounds
  • Loading branch information
Harry Maclean authored Mar 29, 2018
2 parents 7c216f8 + e24e78b commit fb37682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion companies-house-rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.3"

spec.add_runtime_dependency "activesupport", "~> 4.2"
spec.add_runtime_dependency "activesupport", ">= 4.2", "< 6"
spec.add_runtime_dependency "virtus", "~> 1.0", ">= 1.0.5"

spec.add_development_dependency "bundler", "~> 1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/companies_house/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CompaniesHouse
VERSION = "0.4.2"
VERSION = "0.4.3"
end

0 comments on commit fb37682

Please sign in to comment.