X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e36aa53f4975be43f0fb11c4fdcaff0fac3fe00d..a5b296a298dd1aab608842687b5520fb33acd105:/Gemfile diff --git a/Gemfile b/Gemfile index 847e07e23..8203be230 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' # Require rails -gem 'rails', '4.0.2' +gem 'rails', '4.0.4' # Require things which have moved to gems in ruby 1.9 gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19 @@ -86,3 +86,9 @@ group :test do gem 'timecop' gem 'minitest', '~> 4.7.0', :platforms => [:ruby_19, :ruby_20] end + +# Needed in development as well so rake can see konacha tasks +group :development, :test do + gem 'konacha' + gem 'poltergeist' +end