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-08-16 16:30:44 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-16 16:30:44 +0400
commit0b5783119f9577ae6b7506836c384a541854979d (patch)
tree0c47436a28101bb83511789c5befc9199ae07b4f /Gemfile
parentcb33279a0f36f2c6a70d5ecf00bbd8749b92c51b (diff)
Updated the spring gem and fixed the guard file
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d7aa463d830..d6ce9c6719f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -231,7 +231,7 @@ group :development, :test do
gem 'jasmine', '2.0.2'
- gem "spring", '1.1.1'
+ gem "spring", '1.1.3'
gem "spring-commands-rspec", '1.0.1'
gem "spring-commands-spinach", '1.0.0'
end