Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update factory_bot requirement from ~> 6.2.1 to ~> 6.4.2 #205

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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