We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d84c commit 8e7b7b4Copy full SHA for 8e7b7b4
Gemfile
@@ -139,6 +139,7 @@ source 'https://rubygems.org' do
139
140
group :development, :test do
141
gem 'annotate'
142
+ gem 'fabrication' , '2.11.3' # Newer version cause StackError #FIXME
143
gem 'fabrication-rails'
144
gem 'ffaker'
145
gem 'launchy'
Gemfile.lock
@@ -177,7 +177,7 @@ GEM
177
eventmachine (1.0.7)
178
excon (0.45.3)
179
execjs (2.5.2)
180
- fabrication (2.13.2)
+ fabrication (2.11.3)
181
fabrication-rails (0.0.1)
182
fabrication
183
railties (>= 3.0)
@@ -762,6 +762,7 @@ DEPENDENCIES
762
dotenv-rails!
763
elasticsearch-model!
764
elasticsearch-rails!
765
+ fabrication (= 2.11.3)!
766
fabrication-rails!
767
faraday!
768
feedjira!
0 commit comments