Skip to content

Commit b95beee

Browse files
committed
fix tests
1 parent a67cdf5 commit b95beee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ source 'https://rubygems.org' do
143143

144144
group :development, :test do
145145
gem 'annotate'
146+
gem 'fabrication', '2.11.3'
146147
gem 'fabrication-rails'
147148
gem 'ffaker'
148149
gem 'launchy'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GEM
173173
eventmachine (1.0.7)
174174
excon (0.45.3)
175175
execjs (2.5.2)
176-
fabrication (2.13.2)
176+
fabrication (2.11.3)
177177
fabrication-rails (0.0.1)
178178
fabrication
179179
railties (>= 3.0)
@@ -759,6 +759,7 @@ DEPENDENCIES
759759
dotenv-rails!
760760
elasticsearch-model!
761761
elasticsearch-rails!
762+
fabrication (= 2.11.3)!
762763
fabrication-rails!
763764
faraday (~> 0.8.1)!
764765
feedjira!

0 commit comments

Comments
 (0)