added active_reload to development gem group. HOLY CRAP. [ci skip]
This commit is contained in:
parent
5721c9e512
commit
ff615848ca
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -149,4 +149,7 @@ group :development do
|
|||
gem 'ruby-debug19', :platforms => :ruby_19
|
||||
gem 'ruby-debug', :platforms => :mri_18
|
||||
gem 'yard', :require => false
|
||||
|
||||
# speed up development requests (already pulled into rails 3.2)
|
||||
gem 'active_reload'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ GEM
|
|||
rack-mount (~> 0.6.14)
|
||||
rack-test (~> 0.5.7)
|
||||
tzinfo (~> 0.3.23)
|
||||
active_reload (0.6.1)
|
||||
activemodel (3.0.11)
|
||||
activesupport (= 3.0.11)
|
||||
builder (~> 2.1.2)
|
||||
|
|
@ -416,6 +417,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
SystemTimer (= 1.2.3)
|
||||
active_reload
|
||||
activerecord-import
|
||||
acts-as-taggable-on!
|
||||
acts_as_api
|
||||
|
|
|
|||
Loading…
Reference in a new issue