Skip to content

Commit 8e7b7b4

Browse files
committed
downgrade fabrication
1 parent 952d84c commit 8e7b7b4

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
@@ -139,6 +139,7 @@ source 'https://rubygems.org' do
139139

140140
group :development, :test do
141141
gem 'annotate'
142+
gem 'fabrication' , '2.11.3' # Newer version cause StackError #FIXME
142143
gem 'fabrication-rails'
143144
gem 'ffaker'
144145
gem 'launchy'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ GEM
177177
eventmachine (1.0.7)
178178
excon (0.45.3)
179179
execjs (2.5.2)
180-
fabrication (2.13.2)
180+
fabrication (2.11.3)
181181
fabrication-rails (0.0.1)
182182
fabrication
183183
railties (>= 3.0)
@@ -762,6 +762,7 @@ DEPENDENCIES
762762
dotenv-rails!
763763
elasticsearch-model!
764764
elasticsearch-rails!
765+
fabrication (= 2.11.3)!
765766
fabrication-rails!
766767
faraday!
767768
feedjira!

0 commit comments

Comments
 (0)