Project

General

Profile

« Previous | Next » 

Revision 4638096b

Added by Dominic Cleal about 7 years ago

fixes #19524 - pin roadie-rails to 1.1.x on Ruby 2.0-2.1

View differences:

Gemfile
gem 'sprockets', '~> 3'
gem 'sprockets-rails', '>= 2.3.3', '< 3'
gem 'responders', '~> 2.0'
gem 'roadie-rails', '~> 1.1'
gem 'roadie-rails', '>= 1.1', (RUBY_VERSION < '2.2' ? '< 1.2' : '< 2')
gem 'x-editable-rails', '~> 1.5.5'
gem 'deacon', '~> 1.0'
gem 'webpack-rails', '~> 0.9.8'

Also available in: Unified diff