summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordB <dblock@dblock.org>2015-02-04 16:04:25 -0500
committerdB <dblock@dblock.org>2015-02-04 16:04:25 -0500
commitb494d0b792b5676e2b6890ae8ca4d6fe0d6e98b1 (patch)
tree7bbf5439d0421829d38fa3f158cfe499fcc15691 /Gemfile
parent3bfdc6338d96009fb885defba0c34f89ff8a8763 (diff)
downloadhashie-b494d0b792b5676e2b6890ae8ca4d6fe0d6e98b1.tar.gz
Fix: RBX build fails, see https://github.com/rspec/rspec-core/issues/1863.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8a7b20f..dcaf305 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,4 +14,5 @@ group :test do
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false
gem 'codeclimate-test-reporter', require: false
+ gem 'rspec-core', '~> 3.1.7'
end