diff options
author | Saito <saitowu@gmail.com> | 2012-10-14 00:13:28 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-10-14 00:13:28 +0800 |
commit | 757b4bbc5c8f08d8e48e3c98a513570d4b4016d7 (patch) | |
tree | b90634ec3134b3a2ab0a9beb9c369c89b1c60a87 /Gemfile.lock | |
parent | 8880c06d3bd6fc4dcfe63e82c662988698ad4bcf (diff) | |
download | gitlab-ce-757b4bbc5c8f08d8e48e3c98a513570d4b4016d7.tar.gz |
add rails-dev-tweaks for development env speed
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 87fd1c90868..ecc25a05100 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,6 +277,9 @@ GEM activesupport (= 3.2.8) bundler (~> 1.0) railties (= 3.2.8) + rails-dev-tweaks (0.6.1) + actionpack (~> 3.1) + railties (~> 3.1) railties (3.2.8) actionpack (= 3.2.8) activesupport (= 3.2.8) @@ -447,6 +450,7 @@ DEPENDENCIES pygments.rb (= 0.3.1) rack-mini-profiler rails (= 3.2.8) + rails-dev-tweaks raphael-rails (= 1.5.2) rb-fsevent rb-inotify |