Sha256: 963a7b366fccef795f4efda53dc6dfd71947ce8dec3e0be6f30828219b79f48b
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 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 'net-smtp' 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.7.1 | gemfiles/rails_edge.gemfile |
action_args-2.7.0 | gemfiles/rails_edge.gemfile |