Sha256: 58aecc6069b99ffcfacab64361a95fc1c819a9e9c3275711c1c2fef566860eee
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
source "https://rubygems.org" git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" } gemspec :path => "." # use ENV vars, with default value as fallback for local setup ruby (ENV['RUBY_VERSION'] || '3.2.2') gem "rails", "~> #{ENV['RAILS_VERSION'] || '7.0'}.0" gem "cucumber", "~> #{ENV['CUKES_VERSION'] || '7.0'}" gem "cucumber-rails" gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pickle-0.8.0 | Gemfile |