Skip to content

Commit

Permalink
Update factory_bot requirement from ~> 6.2.1 to ~> 6.4.2 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 49764d3 commit b82bf90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.0)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -53,11 +53,11 @@ GEM
rexml
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
erb (4.0.2)
cgi (>= 0.3.3)
factory_bot (6.2.1)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
method_source (1.0.0)
minitest (5.20.0)
multi_json (1.15.0)
mutex_m (0.1.2)
mutex_m (0.2.0)
nenv (0.3.0)
nio4r (2.5.8)
notiffany (0.1.3)
Expand Down Expand Up @@ -200,7 +200,7 @@ DEPENDENCIES
app_store_connect!
bundler
erb (~> 4.0.2)
factory_bot (~> 6.2.1)
factory_bot (~> 6.4.2)
github_changelog_generator (= 1.16.4)
guard-rspec (~> 4.7.3)
pry (~> 0.14.1)
Expand Down
2 changes: 1 addition & 1 deletion app_store_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'erb', '~> 4.0.2'
spec.add_development_dependency 'factory_bot', '~> 6.2.1'
spec.add_development_dependency 'factory_bot', '~> 6.4.2'
spec.add_development_dependency 'github_changelog_generator', '1.16.4'
spec.add_development_dependency 'guard-rspec', '~> 4.7.3'
spec.add_development_dependency 'pry', '~> 0.14.1'
Expand Down

0 comments on commit b82bf90

Please sign in to comment.