Sha256: 1c199557a638805c66af5ca69d832d81ccd61c5dca388a3a6a1f438a04f7bab4
Contents?: true
Size: 782 Bytes
Versions: 3
Compression:
Stored size: 782 Bytes
Contents
source "http://rubygems.org" group :test, :development do gem "rspec-rails", "~> 2.0" end # Declare your gem's dependencies in admix.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec # jquery-rails is used by the dummy application gem 'jquery-rails' gem 'jquery-ui-rails' gem 'haml-rails' gem 'coffee-script' gem 'inherited_resources' gem 'simple_form' gem 'datagrid' # 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'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mix-rails-0.23.1 | admix/Gemfile |
mix-rails-0.23.0 | admix/Gemfile |
mix-rails-0.22.0 | admix/Gemfile |