Sha256: f789a9868b74a6372c5312cf0c71625c48eab2cda0bc5e412036b1ba7a48041d

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '3.2.2'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'


# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  gem 'therubyracer'

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'
gem 'rspec_gem_spec', :path => File.expand_path("../../rspec_gem_spec", __FILE__)
gem 'rspec'
gem "rspec-rails"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rspec_gem-0.2.4 spec/rails_app/Gemfile
rspec_gem-0.2.3 spec/rails_app/Gemfile
rspec_gem-0.2.1 spec/rails_app/Gemfile
rspec_gem-0.2.0 spec/rails_app/Gemfile
rspec_gem-0.1.1 spec/rails_app/Gemfile
rspec_gem-0.1.0 spec/rails_app/Gemfile