Skip to content

Commit ba9572f

Browse files
authored
fix: Remove pin on activesupport version (#46)
1 parent f1bcbb8 commit ba9572f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/openactive/validators/number_validator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'bigdecimal'
2+
13
module OpenActive
24
module Validators
35
class NumberValidator < BaseValidator

openactive.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency "rubocop-rspec"
3030
spec.add_development_dependency "yard"
3131

32-
spec.add_runtime_dependency "activesupport", '~> 6.1'
32+
spec.add_runtime_dependency "activesupport"
3333
spec.add_runtime_dependency "typesafe_enum"
3434
end

0 commit comments

Comments
 (0)