Sha256: 8539accd109bacea5e109b04e0edbf39cb8da0ade5e56ce2bb38f535760b99e6
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end gem 'rails', github: 'rails/rails' gem 'selenium-webdriver' gemspec :path => '../' platforms :ruby do gem 'sqlite3' end platforms :jruby do gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
action_args-2.6.0 | gemfiles/rails_edge.gemfile |
action_args-2.5.0 | gemfiles/rails_edge.gemfile |