File: Gemfile

package info (click to toggle)
ruby-selenium-webdriver 4.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,400 kB
  • sloc: ruby: 7,721; javascript: 125; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source 'https://rubygems.org'
Dir["#{__dir__}/*.gemspec"].each do |spec|
  gemspec name: File.basename(spec, '.gemspec')
end

# ActiveSupport 8.x requires Ruby 3.2+ (dependency of Steep)
gem 'activesupport', '~> 7.0', require: false, platforms: %i[mri mingw x64_mingw]
gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw]
gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw]
gem 'steep', '~> 1.5.0', require: false, platforms: %i[mri mingw x64_mingw]