Skip to content

Commit 9aa34c5

Browse files
authored
Merge pull request #745 from lcreid/upgrade-selenium
Upgrade selenium
2 parents 17e4260 + 56e48d7 commit 9aa34c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+11
-11
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# yarn lockfile v1
33

44

5-
lastUpdateCheck 1729300363924
5+
lastUpdateCheck 1741731093687

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
33

44
require "#{__dir__}/lib/bootstrap_form/version"
55

6-
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
7-
gem "sprockets-rails", require: "sprockets/railtie"
8-
96
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
107
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
118
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
9+
gem "rails", BootstrapForm::REQUIRED_RAILS_VERSION
10+
gem "sprockets-rails", require: "sprockets/railtie"
1211
gem "sqlite3", "~> 1.4"

README.md

Lines changed: 1 addition & 1 deletion

compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ services:
2121
command: /bin/bash
2222

2323
selenium:
24-
# Try removing headless=old option when upgrading the version.
25-
image: selenium/standalone-chrome:129.0
24+
image: selenium/standalone-chrome:133.0
25+
shm_size: 2gb
2626
logging:
2727
driver: none
2828
stdin_open: true
@@ -32,3 +32,4 @@ services:
3232
ports:
3333
- '4444:4444'
3434
- '5900:5900'
35+
- '7900:7900'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)