Skip to content

Commit

Permalink
Lock axe-core-api to 4.7.0 (#12224)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Dec 21, 2023
1 parent 16779a1 commit e4fba54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ PATH
decidim-comments (= 0.26.8)
decidim-core (= 0.26.8)
decidim-dev (0.26.8)
axe-core-api (~> 4.7.0)
axe-core-rspec (~> 4.1.0)
byebug (~> 11.0)
capybara (~> 3.24)
Expand Down
1 change: 1 addition & 0 deletions decidim-dev/decidim-dev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "decidim", Decidim::Dev.version
s.add_dependency "factory_bot_rails", "~> 4.8"

s.add_dependency "axe-core-api", "~> 4.7.0"
s.add_dependency "axe-core-rspec", "~> 4.1.0"
s.add_dependency "byebug", "~> 11.0"
s.add_dependency "db-query-matchers", "~> 0.10.0"
Expand Down
3 changes: 2 additions & 1 deletion decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ PATH
decidim-comments (= 0.26.8)
decidim-core (= 0.26.8)
decidim-dev (0.26.8)
axe-core-api (~> 4.7.0)
axe-core-rspec (~> 4.1.0)
byebug (~> 11.0)
capybara (~> 3.24)
Expand Down Expand Up @@ -263,7 +264,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
axe-core-api (4.8.0)
axe-core-api (4.7.0)
dumb_delegator
virtus
axe-core-rspec (4.1.0)
Expand Down
3 changes: 2 additions & 1 deletion decidim_app-design/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ PATH
decidim-comments (= 0.26.8)
decidim-core (= 0.26.8)
decidim-dev (0.26.8)
axe-core-api (~> 4.7.0)
axe-core-rspec (~> 4.1.0)
byebug (~> 11.0)
capybara (~> 3.24)
Expand Down Expand Up @@ -273,7 +274,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
axe-core-api (4.8.0)
axe-core-api (4.7.0)
dumb_delegator
virtus
axe-core-rspec (4.1.0)
Expand Down

0 comments on commit e4fba54

Please sign in to comment.