Skip to content

Commit

Permalink
Bump version to 7.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 18, 2024
1 parent 2cfb3b5 commit 74fc963
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,29 @@ end
# END ENGINE_CART BLOCK

eval_gemfile File.expand_path("spec/test_app_templates/Gemfile.extra", File.dirname(__FILE__))

gem "rubocop", "~> 1.60"

gem "rubocop-capybara", "~> 2.20"

gem "rubocop-rspec", "~> 2.26"

gem "rubocop-rails", "~> 2.23"

gem "rspec", "~> 3.12"

gem "simplecov", "~> 0.22.0"

gem "engine_cart", "~> 2.6"

gem "rspec-rails", "~> 6.1"

gem "rspec-collection_matchers", "~> 1.2"

gem "capybara", "~> 3.39"

gem "selenium-webdriver", "~> 4.16"

gem "equivalent-xml", "~> 0.6.0"

gem "axe-core-rspec", "~> 4.8"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.36.0
7.36.1

0 comments on commit 74fc963

Please sign in to comment.