Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/bundler/nokogiri-1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas authored Jan 3, 2024
2 parents 889451d + 8d0e99a commit 2f671c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
services:
mysql:
# Use the Mysql docker image https://hub.docker.com/_/mysql
image: mysql:5.7 # Using 5.7 to map to what is used in production.
image: mysql:8.0
ports:
- 3306:3306 # Default port mappings
# Monitor the health of the container to mesaure when it is ready
Expand Down
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.7.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ group :test do
gem 'launchy'
gem 'rspec-collection_matchers'
gem 'rspec-rails', '~> 3.5.0'
gem 'selenium-webdriver', '~> 4.1', require: false
gem 'selenium-webdriver', require: false
gem 'simplecov', require: false
gem 'timecop'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
rubocop-rspec
sass-rails (~> 6.0)
sdoc (~> 2.4.0)
selenium-webdriver (~> 4.1)
selenium-webdriver
simplecov
spring
timecop
Expand Down

0 comments on commit 2f671c7

Please sign in to comment.