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 a67cdf5 commit b95beeeCopy full SHA for b95beee
Gemfile
@@ -143,6 +143,7 @@ source 'https://rubygems.org' do
143
144
group :development, :test do
145
gem 'annotate'
146
+ gem 'fabrication', '2.11.3'
147
gem 'fabrication-rails'
148
gem 'ffaker'
149
gem 'launchy'
Gemfile.lock
@@ -173,7 +173,7 @@ GEM
173
eventmachine (1.0.7)
174
excon (0.45.3)
175
execjs (2.5.2)
176
- fabrication (2.13.2)
+ fabrication (2.11.3)
177
fabrication-rails (0.0.1)
178
fabrication
179
railties (>= 3.0)
@@ -759,6 +759,7 @@ DEPENDENCIES
759
dotenv-rails!
760
elasticsearch-model!
761
elasticsearch-rails!
762
+ fabrication (= 2.11.3)!
763
fabrication-rails!
764
faraday (~> 0.8.1)!
765
feedjira!
0 commit comments