mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-22 22:26:40 +00:00
Updated Activesupport Gem version
This commit is contained in:
parent
b4778982fd
commit
b4fd56d93d
@ -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/
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user