Don't pin version of `Fabrication` gem.

This commit is contained in:
Guo Xiang Tan 2018-05-28 15:09:02 +08:00
parent 9d6d161628
commit 2bafd2a355
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ group :test, :development do
gem 'listen', require: false
gem 'certified', require: false
# later appears to break Fabricate(:topic, category: category)
gem 'fabrication', '2.9.8', require: false
gem 'fabrication', require: false
gem 'mocha', require: false
gem 'rb-fsevent', require: RUBY_PLATFORM =~ /darwin/i ? 'rb-fsevent' : false
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM =~ /linux/i ? 'rb-inotify' : false

View File

@ -421,7 +421,7 @@ DEPENDENCIES
ember-source (= 2.13.3)
excon
execjs
fabrication (= 2.9.8)
fabrication
fakeweb (~> 1.3.0)
fast_blank
fast_xor