diff options
author | dB <dblock@dblock.org> | 2015-02-04 16:04:25 -0500 |
---|---|---|
committer | dB <dblock@dblock.org> | 2015-02-04 16:04:25 -0500 |
commit | b494d0b792b5676e2b6890ae8ca4d6fe0d6e98b1 (patch) | |
tree | 7bbf5439d0421829d38fa3f158cfe499fcc15691 /Gemfile | |
parent | 3bfdc6338d96009fb885defba0c34f89ff8a8763 (diff) | |
download | hashie-b494d0b792b5676e2b6890ae8ca4d6fe0d6e98b1.tar.gz |
Fix: RBX build fails, see https://github.com/rspec/rspec-core/issues/1863.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |