From 22f8beb3ceea976b5f7ba365ecf5b87ab57831f6 Mon Sep 17 00:00:00 2001 From: "robbe[bot]" Date: Sat, 14 Dec 2024 08:32:15 +0000 Subject: [PATCH] Update gemset.nix --- gemset.nix | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/gemset.nix b/gemset.nix index 425b7ed..250bf0a 100644 --- a/gemset.nix +++ b/gemset.nix @@ -551,10 +551,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0pkcvzvarzs5y87srla1m6rgng8mm7y4gnshlpawddsci3rlhd7b"; + sha256 = "1kvbzh8530pp3qf63zvx9hnb708x7plv9wfn5ibns3h3knnvs3kw"; type = "gem"; }; - version = "2.7.5"; + version = "2.9.0"; }; language_server-protocol = { groups = ["default" "development"]; @@ -779,10 +779,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0rbc2ggfw9cwscv1f9dl39a85vl5gysy7sprfagxlanxp01l8k5p"; + sha256 = "0fxw738al3qxa4s4ghqkxb908sav03i3h7xflawwmxzhqiyfdm15"; type = "gem"; }; - version = "3.3.5.1"; + version = "3.3.6.0"; }; pg = { groups = ["default"]; @@ -1049,10 +1049,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0ik40vcv7mqigsfpqpca36hpmnx0536xa825ai5qlkv3mmkyf9ss"; + sha256 = "0yb3iycaj3krvlnicijm99qxvfbrbi0pd81i2cpdhjc3xmbhcqjb"; type = "gem"; }; - version = "2.9.2"; + version = "2.9.3"; }; reline = { dependencies = ["io-console"]; @@ -1089,10 +1089,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0ay1lrz3ffrznjfr65c6xvkinb6m4l7h68cd9qbrf7nq0j2m1pq7"; + sha256 = "1f2bj93f60757xyk7h3v0s7xz8d22lc9zlw88l2zd6rp1brv0bvn"; type = "gem"; }; - version = "1.68.0"; + version = "1.69.2"; }; rubocop-ast = { dependencies = ["parser"]; @@ -1100,10 +1100,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1m9yac6gww0b5m8p86pmlh25122npvhhs624kq0wjpwq8y9q0db2"; + sha256 = "10604xc4bcji3ca43anlc89xwxb4wkzk69cia95x04zima4aq4wm"; type = "gem"; }; - version = "1.33.0"; + version = "1.37.0"; }; rubocop-minitest = { dependencies = ["rubocop" "rubocop-ast"]; @@ -1122,10 +1122,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0yd616imfjvlpwsk7lw5kq9h4iz6qkmf10xlaib6b47fy5x77ncy"; + sha256 = "0wcilipyh890k0vwx8mgkj5qpjy2xvvgk89l9ars1wf53g5pibil"; type = "gem"; }; - version = "1.22.1"; + version = "1.23.0"; }; rubocop-rails = { dependencies = ["activesupport" "rack" "rubocop" "rubocop-ast"]; @@ -1367,14 +1367,25 @@ version = "2.0.6"; }; unicode-display_width = { + dependencies = ["unicode-emoji"]; groups = ["default" "development"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj"; + sha256 = "1lcmyip9rw4azsia1hb5srj2mgbdhrinc4113cs1w84qz1ndpm7x"; type = "gem"; }; - version = "2.6.0"; + version = "3.1.2"; + }; + unicode-emoji = { + groups = ["default" "development"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c"; + type = "gem"; + }; + version = "4.0.4"; }; useragent = { groups = ["default" "development" "production" "test"];