summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d711efe6215..38e1c031d2a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -250,7 +250,7 @@ group :development, :test do
gem 'jasmine', '2.0.2'
- gem "spring", '1.3.1'
+ gem "spring", '~> 1.3.1'
gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1413e967416..88ae8ac01be 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -570,7 +570,7 @@ GEM
capybara (>= 2.0.0)
railties (>= 3)
spinach (>= 0.4)
- spring (1.3.1)
+ spring (1.3.3)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-commands-spinach (1.0.0)
@@ -773,7 +773,7 @@ DEPENDENCIES
slack-notifier (~> 1.0.0)
slim
spinach-rails
- spring (= 1.3.1)
+ spring (~> 1.3.1)
spring-commands-rspec (= 1.0.4)
spring-commands-spinach (= 1.0.0)
stamp