Sha256: 255930ee90ddb6a76e15351181407d0df48369d45e8d6d3e489179e84e301b94
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 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', '~> 5.1.0.beta1' # FIXME: bundle from GH master until > 1.0.1 release gem 'rails-controller-testing', github: 'rails/rails-controller-testing' 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.2.1 | gemfiles/rails_51.gemfile |
action_args-2.2.0 | gemfiles/rails_51.gemfile |