Skip to content

Commit

Permalink
Pin autoprefixer-rails when running under ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 11, 2015
1 parent a9dd14c commit 575407b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gemspec path: File.expand_path('..', __FILE__)

gem 'simplecov', '~> 0.10', require: false
gem 'coveralls', '~> 0.8.6', require: false
gem 'autoprefixer-rails', '~> 6.0.0' if RUBY_VERSION < '2.0'

group :test do
gem "blacklight-marc", "~> 5.0", github: "projectblacklight/blacklight_marc"
Expand Down

0 comments on commit 575407b

Please sign in to comment.