Sha256: f7a0bb6a6e72a172bda2be39287ef24b70313de81d504cc7b372ba7c4bd4f250
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in roadie-rails.gemspec gemspec # Use git version of `roadie` until a full release have been made gem 'roadie', git: 'git://github.com/Mange/roadie.git', branch: 'master' # Additional development dependencies I use but don't want to declare in the # gemfile since they aren't required to develop this codebase. group :development do gem 'guard' gem 'guard-rspec' end # Added here so it does not show up on the Gemspec; I only want it for CI builds gem 'coveralls', group: :test, require: nil
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roadie-rails-1.0.0.pre1 | Gemfile |