Sha256: 3a4d90dab7f2506c7fbac6f765b83349e03e9acb024ce69cd0737fe141a8c1e9
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
source "https://rubygems.org" gem "gretel", :path => ".." gem "rails", "~> 3.1.0" gem "sqlite3" # jquery-rails is used by the dummy application gem "jquery-rails" # Declare any dependencies that are still in development here instead of in # your gemspec. These might include edge Rails or gems from your path or # Git. Remember to move these dependencies to your gemspec before releasing # your gem to rubygems.org. # To use debugger # gem 'debugger' gem 'test-unit', '~> 3.0' if RUBY_VERSION >= "2.2"
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
gretel-lite-3.0.10 | gemfiles/Gemfile-rails.3.1.x |
gretel-3.0.9 | gemfiles/Gemfile-rails.3.1.x |