Merge branch 'master' into port-tests

This commit is contained in:
Stephen
2024-05-04 04:38:06 +10:00
3 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ jobs:
with: with:
ruby-version: 3.0.3 # Not needed with a .ruby-version file ruby-version: 3.0.3 # Not needed with a .ruby-version file
- name: 'Update and Install Dwpendencies' - name: 'Update and Install Dependencies'
run: | run: |
sudo apt update sudo apt update
sudo apt install libcurl4 libcurl4-openssl-dev sudo apt install libcurl4 libcurl4-openssl-dev

View File

@@ -65,7 +65,7 @@ group :test do
gem 'rdoc', '~> 6.6' gem 'rdoc', '~> 6.6'
gem 'browserstack-local', '~> 1.4' gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.12' gem 'irb', '~> 1.13'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'rest-client', '~> 2.1.0' gem 'rest-client', '~> 2.1.0'

View File

@@ -80,8 +80,8 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.7.2) io-console (0.7.2)
io-like (0.3.1) io-like (0.3.1)
irb (1.12.0) irb (1.13.0)
rdoc rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
json (2.7.2) json (2.7.2)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
@@ -143,7 +143,7 @@ GEM
rdoc (6.6.3.1) rdoc (6.6.3.1)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.9.0) regexp_parser (2.9.0)
reline (0.4.3) reline (0.5.4)
io-console (~> 0.5) io-console (~> 0.5)
rest-client (2.1.0) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0) http-accept (>= 1.7.0, < 2.0)
@@ -196,8 +196,8 @@ GEM
rack-protection (= 3.2.0) rack-protection (= 3.2.0)
tilt (~> 2.0) tilt (~> 2.0)
slack-notifier (2.4.0) slack-notifier (2.4.0)
sqlite3 (2.0.1-arm64-darwin) sqlite3 (1.7.3-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu) sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0) stringio (3.1.0)
sync (0.5.0) sync (0.5.0)
term-ansicolor (1.8.0) term-ansicolor (1.8.0)
@@ -261,7 +261,7 @@ DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7) eventmachine (~> 1.2, >= 1.2.7)
execjs (~> 2.9) execjs (~> 2.9)
geckodriver-helper (~> 0.24.0) geckodriver-helper (~> 0.24.0)
irb (~> 1.12) irb (~> 1.13)
json json
maxmind-db (~> 1.2) maxmind-db (~> 1.2)
mime-types (~> 3.5) mime-types (~> 3.5)
@@ -283,7 +283,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.20) selenium-webdriver (~> 4.20)
sinatra (~> 3.2) sinatra (~> 3.2)
slack-notifier (~> 2.4) slack-notifier (~> 2.4)
sqlite3 (~> 2.0) sqlite3 (~> 1.4)
term-ansicolor term-ansicolor
test-unit-full (~> 0.0.5) test-unit-full (~> 0.0.5)
thin (~> 1.8) thin (~> 1.8)