Skip to content

Commit

Permalink
rake: 12.3.2 -> 13.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Mar 17, 2023
1 parent 8276a16 commit ad33f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/rake/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rake (12.3.2)
rake (13.0.6)

PLATFORMS
ruby
Expand All @@ -10,4 +10,4 @@ DEPENDENCIES
rake

BUNDLED WITH
2.1.4
2.4.6
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/rake/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1sy5a7nh6xjdc9yhcw31jji7ssrf9v5806hn95gbrzr998a2ydjn";
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
type = "gem";
};
version = "12.3.2";
version = "13.0.6";
};
}

0 comments on commit ad33f18

Please sign in to comment.