Sha256: ff0c40c7f463c75c69eff7e9dea1b19b6cc84df2231c9bcaeb18cf2e75947c50

Contents?: true

Size: 544 Bytes

Versions: 2

Compression:

Stored size: 544 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in jb.gemspec
gemspec

if ENV['RAILS_VERSION'] == 'edge'
  gem 'rails', git: 'https://github.com/rails/rails.git', branch: 'main'
elsif ENV['RAILS_VERSION']
  gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
else
  gem 'rails'
end

gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
gem 'selenium-webdriver'
gem 'net-smtp' if RUBY_VERSION >= '3.1'

# For benchmarking
gem 'action_args'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jb-0.8.2 Gemfile
jb-0.8.1 Gemfile