Updated Activesupport Gem version

This commit is contained in:
Broosk Hamarash 2021-03-02 22:58:19 +03:00
parent b4778982fd
commit b4fd56d93d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ PATH
remote: . remote: .
specs: specs:
workflower (0.1.0) workflower (0.1.0)
activesupport (~> 5.0, >= 5.0.0.1) activesupport (>= 5.0.0.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View File

@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
# Uncomment to register a new dependency of your gem # Uncomment to register a new dependency of your gem
spec.add_dependency "activesupport", "~> 5.0", ">= 5.0.0.1" spec.add_dependency "activesupport", ">= 5.0.0.1"
spec.add_development_dependency "byebug" spec.add_development_dependency "byebug"
# For more information and examples about making a new gem, checkout our # For more information and examples about making a new gem, checkout our