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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-15 23:46:15 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-15 23:46:15 +0400
commit5a68db91c8a2ae7d23b07a5c52b8b74d859a819f (patch)
treecf01a1cbeece656e6e6d522d84db0d01c04a2179 /Gemfile
parent3e30b105910980967c4fc10808eeeee86acbe452 (diff)
Added spring to the project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6a06df6fbe5..ba7f6a7f52a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -208,6 +208,10 @@ group :development, :test do
gem 'spork', '~> 1.0rc'
gem 'jasmine', '2.0.0.rc5'
+
+ gem "spring", '1.1.1'
+ gem "spring-commands-rspec", '1.0.1'
+ gem "spring-commands-spinach", '1.0.0'
end
group :test do