Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from beefproject:master #216

Merged
merged 8 commits into from
Mar 11, 2025
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.2'
gem 'activerecord', '~> 7.2'
gem 'otr-activerecord', '~> 2.5.0'
gem 'sqlite3', '~> 2.5'
gem 'sqlite3', '~> 2.6'
gem 'rubocop', '~> 1.72.2', require: false

# Geolocation support
Expand Down Expand Up @@ -74,12 +74,12 @@ group :test do

# Note: curb gem requires curl libraries
# sudo apt-get install libcurl4-openssl-dev
gem 'curb', '~> 1.0', '>= 1.0.5'
gem 'curb', '~> 1.0'

# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.28'
gem 'selenium-webdriver', '~> 4.29'

# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
fiber-annotation
fiber-local (~> 1.1)
json
curb (1.0.6)
curb (1.0.9)
daemons (1.4.1)
date (3.4.1)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.5)
logger (1.6.6)
matrix (0.4.2)
maxmind-db (1.2.0)
method_source (1.1.0)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
mojo_magick (~> 0.6.5)
rqrcode_core (~> 1.0)
racc (1.8.1)
rack (2.2.11)
rack (2.2.13)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
Expand All @@ -156,7 +156,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.0)
rexml (3.4.1)
rqrcode_core (1.2.0)
rr (3.1.1)
rspec (3.13.0)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
json
rest-client
securerandom (0.4.1)
selenium-webdriver (4.28.0)
selenium-webdriver (4.29.1)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -204,7 +204,7 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.6.0-x86_64-linux-gnu)
stringio (3.1.2)
sync (0.5.0)
term-ansicolor (1.11.2)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
async-dns (~> 1.4)
browserstack-local (~> 1.4)
capybara (~> 3.40)
curb (~> 1.0, >= 1.0.5)
curb (~> 1.0)
em-websocket (~> 0.5.3)
erubis (~> 2.7)
espeak-ruby (~> 1.1.0)
Expand All @@ -289,10 +289,10 @@ DEPENDENCIES
rubocop (~> 1.72.2)
rubyzip (~> 2.4)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.28)
selenium-webdriver (~> 4.29)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.5)
sqlite3 (~> 2.6)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)
Expand Down
Loading