Skip to content

Commit

Permalink
Relax ffaker version requirement so that upgrades come as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Dec 1, 2020
1 parent 1d45b98 commit f3d9781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'pg', '~> 0.21.0'
gem 'acts_as_list', '= 0.3.0'
gem 'awesome_nested_set', '~> 3.2.1'
gem 'cancan', '~> 1.6.10'
gem 'ffaker', '~> 2.11'
gem 'ffaker'
gem 'highline', '2.0.3' # Necessary for the install generator
gem 'json'
gem 'money', '< 6.1.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ DEPENDENCIES
dfc_provider!
eventmachine (>= 1.2.3)
factory_bot_rails (= 4.10.0)
ffaker (~> 2.11)
ffaker
figaro
foundation-icons-sass-rails
foundation-rails (= 5.5.2.1)
Expand Down

0 comments on commit f3d9781

Please sign in to comment.