Skip to content

Commit

Permalink
Actually remove runtime dependency on ActiveSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Aug 30, 2019
1 parent c1b801b commit efbbcf7
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,9 +22,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.5.5"

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

spec.add_development_dependency "activesupport", ">= 4.2", "< 6"
spec.add_development_dependency "gc_ruboconfig", "~> 2.4"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.5"
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.5"
VERSION = "0.4.6"
end

0 comments on commit efbbcf7

Please sign in to comment.