summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-03-27 20:38:26 +0000
committerRobert Speicher <robert@gitlab.com>2016-03-27 20:38:26 +0000
commitf7a9fc9cf81e8d58abb6e5b4c607626d0026c763 (patch)
tree312f9a61df49f97048ca7f28a657a459181ff868 /Gemfile
parent8edb316392dc60c6baa3a4d9f4051828932468a1 (diff)
parente664d95437d4fa9d5fbde929799fcc38eae7800d (diff)
downloadgitlab-ce-f7a9fc9cf81e8d58abb6e5b4c607626d0026c763.tar.gz
Merge branch 'upgrade-teaspoon' into 'master'
Upgrade Teaspoon from 1.0.1 to 1.1.5. Includes compatibility with Rails 5. See the changelog for more information (https://github.com/modeset/teaspoon/blob/master/CHANGELOG.md). Working towards #14286. See merge request !3409
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cebd76e7370..fecb2a25093 100644
--- a/Gemfile
+++ b/Gemfile
@@ -279,7 +279,7 @@ group :development, :test do
gem 'capybara-screenshot', '~> 1.0.0'
gem 'poltergeist', '~> 1.9.0'
- gem 'teaspoon', '~> 1.0.0'
+ gem 'teaspoon', '~> 1.1.0'
gem 'teaspoon-jasmine', '~> 2.2.0'
gem 'spring', '~> 1.6.4'