Skip to content

Commit

Permalink
Use explicit link to channel to fix download failure (#579)
Browse files Browse the repository at this point in the history
* Use explicit link to channel to fix download failure

* Bump faker from 3.3.1 to 3.4.1

Bumps [faker](https://github.com/faker-ruby/faker) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.3.1...v3.4.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chvp <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2024
1 parent 0282016 commit 82a6cc2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: cachix/install-nix-action@V27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixpkgs-unstable
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz
- name: Run bundix
run: nix-shell -p bundix --run "bundix"
- uses: stefanzweifel/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
group :development, :test do
gem 'debug', '~> 1.9'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.3'
gem 'faker', '~> 3.4'
end

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
activesupport
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand All @@ -111,7 +111,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.3.1)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
fugit (1.11.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
codecov (~> 0.6.0)
debug (~> 1.9)
factory_bot_rails (~> 6.4)
faker (~> 3.3)
faker (~> 3.4)
good_job (~> 3.29)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
Expand Down
8 changes: 4 additions & 4 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82a6cc2

Please sign in to comment.