Skip to content

Commit

Permalink
fix: Remove pin on activesupport version (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jun 18, 2024
1 parent f1bcbb8 commit ba9572f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/openactive/validators/number_validator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'bigdecimal'

module OpenActive
module Validators
class NumberValidator < BaseValidator
Expand Down
2 changes: 1 addition & 1 deletion openactive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "yard"

spec.add_runtime_dependency "activesupport", '~> 6.1'
spec.add_runtime_dependency "activesupport"
spec.add_runtime_dependency "typesafe_enum"
end

0 comments on commit ba9572f

Please sign in to comment.