Skip to content

Commit

Permalink
freeze faker gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Aug 3, 2019
1 parent 5fcda64 commit 2e964a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ group :test do
gem 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.8'
gem 'factory_bot_rails', '~> 4.8', '>= 4.8.2'
gem 'shoulda-matchers', '~> 3.1'
gem 'faker'
gem 'faker', '~> 1.9'
gem 'database_cleaner'
gem 'elasticsearch-extensions', '~> 0.0.29'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
faker (2.1.0)
faker (1.9.6)
i18n (>= 0.7)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -560,7 +560,7 @@ DEPENDENCIES
equivalent-xml (~> 0.6.0)
facets
factory_bot_rails (~> 4.8, >= 4.8.2)
faker
faker (~> 1.9)
faraday_middleware-aws-sigv4 (~> 0.2.4)
fast_jsonapi (~> 1.3)
flipper (~> 0.16.0)
Expand Down

0 comments on commit 2e964a1

Please sign in to comment.