Skip to content

Commit

Permalink
Merge branch 'bump-gems' into dependabot/bundler/selenium-webdriver-4…
Browse files Browse the repository at this point in the history
….25.0
  • Loading branch information
Stephen committed Oct 6, 2024
2 parents 7a2a213 + bc4763d commit aa58b41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'rack', '~> 2.2'
gem 'rack-protection', '~> 3.2.0'
gem 'em-websocket', '~> 0.5.3' # WebSocket support
gem 'uglifier', '~> 4.2'
gem 'mime-types', '~> 3.5'
gem 'mime-types', '~> 3.6'
gem 'execjs', '~> 2.9'
gem 'ansi', '~> 1.5'
gem 'term-ansicolor', :require => 'term/ansicolor'
Expand Down Expand Up @@ -65,7 +65,7 @@ group :test do
gem 'rdoc', '~> 6.7'
gem 'browserstack-local', '~> 1.4'

gem 'irb', '~> 1.13'
gem 'irb', '~> 1.14'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

gem 'rest-client', '~> 2.1.0'
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-like (0.3.1)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand All @@ -90,9 +90,10 @@ GEM
matrix (0.4.2)
maxmind-db (1.2.0)
method_source (1.1.0)
mime-types (3.5.2)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
mime-types-data (3.2024.1001)
mini_mime (1.1.5)
minitest (5.25.1)
mojo_magick (0.6.8)
Expand Down Expand Up @@ -245,10 +246,10 @@ GEM
sync
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.11)
websocket-client-simple (0.6.1)
event_emitter
Expand Down Expand Up @@ -279,10 +280,10 @@ DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7)
execjs (~> 2.9)
geckodriver-helper (~> 0.24.0)
irb (~> 1.13)
irb (~> 1.14)
json
maxmind-db (~> 1.2)
mime-types (~> 3.5)
mime-types (~> 3.6)
msfrpc-client (~> 1.1, >= 1.1.2)
net-smtp
otr-activerecord (~> 2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "GNU General Public License v2.0",
"devDependencies": {
"jsdoc": "^4.0.0",
"jsdoc-to-markdown": "^8.0.0"
"jsdoc-to-markdown": "^9.0.2"
},
"dependencies": {}
}

0 comments on commit aa58b41

Please sign in to comment.