Skip to content

Commit

Permalink
Update activesupport dep to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Dec 13, 2020
1 parent 53444e7 commit 68f73a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", '~> 5.1', '>= 5.1.1'
spec.add_runtime_dependency "activesupport", '~> 6.1'
spec.add_runtime_dependency "colorize", "~> 0.8.1"
spec.add_runtime_dependency "dotenv", "~> 2.7.5"
spec.add_runtime_dependency "kwalify", "~> 0"
Expand Down

0 comments on commit 68f73a3

Please sign in to comment.