Sha256: 70ed34557a65253c733a5775f7176606fb7303594cd6722a63219e5c3efabb39
Contents?: true
Size: 514 Bytes
Versions: 3
Compression:
Stored size: 514 Bytes
Contents
source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gem 'haml' gem 'rails', '>= 3.2.11' gem 'metric_fu' group :test do gem 'debugger' gem 'sqlite3' end # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem 'rails-pry' gem "shoulda", ">= 0" gem "rdoc", "~> 3.12" gem "bundler", ">= 1.2.3" gem "jeweler", "~> 1.8.4" gem "simplecov", ">= 0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
no_notifier_needed-2.0.4 | Gemfile |
no_notifier_needed-2.0.3 | Gemfile |
no_notifier_needed-2.0.2 | Gemfile |