We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8276a16 commit ad33f18Copy full SHA for ad33f18
2 files changed
pkgs/development/tools/build-managers/rake/Gemfile.lock
@@ -1,7 +1,7 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- rake (12.3.2)
+ rake (13.0.6)
5
6
PLATFORMS
7
ruby
@@ -10,4 +10,4 @@ DEPENDENCIES
10
rake
11
12
BUNDLED WITH
13
- 2.1.4
+ 2.4.6
pkgs/development/tools/build-managers/rake/gemset.nix
@@ -4,9 +4,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1sy5a7nh6xjdc9yhcw31jji7ssrf9v5806hn95gbrzr998a2ydjn";
+ sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
8
type = "gem";
9
};
- version = "12.3.2";
+ version = "13.0.6";
}
0 commit comments