Sha256: 22424d5aa7bf3cdf1135c0567fc91f1ced3238e991ab3c82c5f52e44717b4b90
Contents?: true
Size: 323 Bytes
Versions: 2
Compression:
Stored size: 323 Bytes
Contents
source 'https://rubygems.org' gemspec path: '..' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end github 'rails/rails' do gem 'rails' end unless ENV['API'] github 'rails/jbuilder' do gem 'jbuilder' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_decorator-1.4.0 | gemfiles/Gemfile-rails.edge |
active_decorator-1.3.4 | gemfiles/Gemfile-rails.edge |