Skip to content

Commit

Permalink
Fix activesupport dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Mar 18, 2024
1 parent ae811e1 commit f70cfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
decidim-maintainers_toolbox (0.1.0)
activesupport (~> 6.1.7)
faraday (~> 1.10)
ruby-progressbar (~> 1.7)
thor (~> 1.0)
Expand Down Expand Up @@ -81,7 +82,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 6.1.7)
decidim-maintainers_toolbox!
rake (~> 13.0)
rspec (~> 3.12)
Expand Down
2 changes: 1 addition & 1 deletion decidim-maintainers_toolbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activesupport", "~> 6.1.7"
spec.add_dependency "faraday", "~> 1.10"
spec.add_dependency "ruby-progressbar", "~> 1.7"
spec.add_dependency "thor", "~> 1.0"

spec.add_development_dependency "activesupport", "~> 6.1.7"
spec.add_development_dependency "rspec", "~> 3.12"
spec.add_development_dependency "webmock", "~> 3.18"
end

0 comments on commit f70cfeb

Please sign in to comment.