Merge branch 'master' into port-tests
This commit is contained in:
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
with:
|
||||
ruby-version: 3.0.3 # Not needed with a .ruby-version file
|
||||
|
||||
- name: 'Update and Install Dwpendencies'
|
||||
- name: 'Update and Install Dependencies'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libcurl4 libcurl4-openssl-dev
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -65,7 +65,7 @@ group :test do
|
||||
gem 'rdoc', '~> 6.6'
|
||||
gem 'browserstack-local', '~> 1.4'
|
||||
|
||||
gem 'irb', '~> 1.12'
|
||||
gem 'irb', '~> 1.13'
|
||||
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
|
||||
|
||||
gem 'rest-client', '~> 2.1.0'
|
||||
|
||||
14
Gemfile.lock
14
Gemfile.lock
@@ -80,8 +80,8 @@ GEM
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.7.2)
|
||||
io-like (0.3.1)
|
||||
irb (1.12.0)
|
||||
rdoc
|
||||
irb (1.13.0)
|
||||
rdoc (>= 4.0.0)
|
||||
reline (>= 0.4.2)
|
||||
json (2.7.2)
|
||||
language_server-protocol (3.17.0.3)
|
||||
@@ -143,7 +143,7 @@ GEM
|
||||
rdoc (6.6.3.1)
|
||||
psych (>= 4.0.0)
|
||||
regexp_parser (2.9.0)
|
||||
reline (0.4.3)
|
||||
reline (0.5.4)
|
||||
io-console (~> 0.5)
|
||||
rest-client (2.1.0)
|
||||
http-accept (>= 1.7.0, < 2.0)
|
||||
@@ -196,8 +196,8 @@ GEM
|
||||
rack-protection (= 3.2.0)
|
||||
tilt (~> 2.0)
|
||||
slack-notifier (2.4.0)
|
||||
sqlite3 (2.0.1-arm64-darwin)
|
||||
sqlite3 (2.0.1-x86_64-linux-gnu)
|
||||
sqlite3 (1.7.3-arm64-darwin)
|
||||
sqlite3 (1.7.3-x86_64-linux)
|
||||
stringio (3.1.0)
|
||||
sync (0.5.0)
|
||||
term-ansicolor (1.8.0)
|
||||
@@ -261,7 +261,7 @@ DEPENDENCIES
|
||||
eventmachine (~> 1.2, >= 1.2.7)
|
||||
execjs (~> 2.9)
|
||||
geckodriver-helper (~> 0.24.0)
|
||||
irb (~> 1.12)
|
||||
irb (~> 1.13)
|
||||
json
|
||||
maxmind-db (~> 1.2)
|
||||
mime-types (~> 3.5)
|
||||
@@ -283,7 +283,7 @@ DEPENDENCIES
|
||||
selenium-webdriver (~> 4.20)
|
||||
sinatra (~> 3.2)
|
||||
slack-notifier (~> 2.4)
|
||||
sqlite3 (~> 2.0)
|
||||
sqlite3 (~> 1.4)
|
||||
term-ansicolor
|
||||
test-unit-full (~> 0.0.5)
|
||||
thin (~> 1.8)
|
||||
|
||||
Reference in New Issue
Block a user