move rack-dev-mark gem to development group

This commit is contained in:
Reinier Balt 2014-06-26 10:14:00 +02:00
parent 5ed2de3ab0
commit 6012c49fa2
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,6 @@ gem "htmlentities"
gem "swf_fu" gem "swf_fu"
gem "rails_autolink" gem "rails_autolink"
gem "cache_digests" gem "cache_digests"
gem "rack-dev-mark"
# To use ActiveModel has_secure_password # To use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7' gem 'bcrypt', '~> 3.1.7'
@ -49,6 +48,7 @@ group :development do
gem 'tolk', '>=1.5.0' gem 'tolk', '>=1.5.0'
gem "bullet" gem "bullet"
gem "rack-mini-profiler" gem "rack-mini-profiler"
gem "rack-dev-mark"
end end
group :test do group :test do

View file

@ -115,6 +115,8 @@ GEM
nokogiri nokogiri
polyglot (0.3.5) polyglot (0.3.5)
rack (1.5.2) rack (1.5.2)
rack-dev-mark (0.4.5)
rack (>= 1.1)
rack-mini-profiler (0.9.1) rack-mini-profiler (0.9.1)
rack (>= 1.1.3) rack (>= 1.1.3)
rack-test (0.6.2) rack-test (0.6.2)
@ -226,6 +228,7 @@ DEPENDENCIES
jquery-rails jquery-rails
mocha mocha
mysql2 mysql2
rack-dev-mark
rack-mini-profiler rack-mini-profiler
rails (~> 4.1.0) rails (~> 4.1.0)
rails_autolink rails_autolink