Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaito <saitowu@gmail.com>2012-10-13 20:13:28 +0400
committerSaito <saitowu@gmail.com>2012-10-13 20:13:28 +0400
commit757b4bbc5c8f08d8e48e3c98a513570d4b4016d7 (patch)
treeb90634ec3134b3a2ab0a9beb9c369c89b1c60a87 /Gemfile
parent8880c06d3bd6fc4dcfe63e82c662988698ad4bcf (diff)
add rails-dev-tweaks for development env speed
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 954fb888371..aacbb8f39dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -118,6 +118,7 @@ group :development do
end
group :development, :test do
+ gem 'rails-dev-tweaks'
gem 'spinach-rails'
gem "rspec-rails"
gem "capybara"