Don't pin version of `Fabrication` gem.
This commit is contained in:
parent
9d6d161628
commit
2bafd2a355
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue