Skip to content

Commit

Permalink
Bump concurrent-ruby from 1.1.10 to 1.2.0 (#1076)
Browse files Browse the repository at this point in the history
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.10 to 1.2.0.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.1.10...v1.2.0)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 09ab6ff commit 537b9db
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 @@ -8,7 +8,7 @@ end
ruby '3.2.0'

gem 'aws-sdk-s3', '~> 1.117'
gem 'concurrent-ruby', '~> 1.1'
gem 'concurrent-ruby', '~> 1.2'
gem 'devise'
gem 'httparty'
gem 'jwt', '~> 2.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
capybara (>= 2.4, < 4.0)
mail
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -383,7 +383,7 @@ DEPENDENCIES
byebug
capybara
capybara-email
concurrent-ruby (~> 1.1)
concurrent-ruby (~> 1.2)
devise
dotenv-rails
google-apis-sheets_v4
Expand Down

0 comments on commit 537b9db

Please sign in to comment.