Sha256: 8930d53f77ff2ce5403d5a43ed89c47386d9e4aa769c3b6634e165c2ce9f1d3d

Contents?: true

Size: 655 Bytes

Versions: 8

Compression:

Stored size: 655 Bytes

Contents

source 'https://rubygems.org'
# source 'https://rails-assets.org'

gem 'rails', '4.2.0'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
gem 'haml-rails'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
gem 'upjs-rails', path: '..'
gem 'bower-rails'

# Jasmine spec runner won't boot with a more modern version of sprockets.
# It crashes with an "asset not precompiled" error.
gem 'tilt', '=1.4.1'
gem 'sprockets-rails', '=2.2.4'
gem 'sprockets', '=2.12.3'

group :development, :test do
  gem 'byebug'
  gem 'web-console', '~> 2.0'
  gem 'jasmine-rails'
end

group :test do
  gem 'rspec-rails'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
upjs-rails-0.19.0 spec_app/Gemfile
upjs-rails-0.18.1 spec_app/Gemfile
upjs-rails-0.18.0 spec_app/Gemfile
upjs-rails-0.17.0 spec_app/Gemfile
upjs-rails-0.16.0 spec_app/Gemfile
upjs-rails-0.15.1 spec_app/Gemfile
upjs-rails-0.15.0 spec_app/Gemfile
upjs-rails-0.14.1 spec_app/Gemfile