X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9fa0055a50664976c6d976ccdaa7de7ae261b56..ace4da4f8247997b1416c6ad8eaf41373d585c1d:/Gemfile diff --git a/Gemfile b/Gemfile index e1874a6b0..82d9b5e9e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Require rails -gem 'rails', '4.1.4' +gem 'rails', '4.1.5' # Require things which have moved to gems in ruby 1.9 gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19 @@ -34,6 +34,9 @@ gem 'jsonify-rails' # Use R2 for RTL conversion gem 'r2' +# Use autoprefixer to generate CSS prefixes +gem 'autoprefixer-rails' + # Load rails plugins gem 'rails-i18n', "~> 4.0.0" gem 'dynamic_form'