diff --git a/modules/accentor.nix b/modules/accentor.nix index 11600ead..7b7a4f66 100644 --- a/modules/accentor.nix +++ b/modules/accentor.nix @@ -24,7 +24,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "0z4snjdsr8zh2drffvvdshz7maivlp08zcmwz327xx5qdg0yb70f"; + sha256 = "06amrzlaai7sxpyqjffpympp1fx6wzdr45jxrxcf10xd3k7g7djy"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/accentor/Gemfile b/modules/accentor/Gemfile index 4b7ada28..1625bcfa 100644 --- a/modules/accentor/Gemfile +++ b/modules/accentor/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.0.1' +ruby '~> 3.0.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1' diff --git a/modules/accentor/Gemfile.lock b/modules/accentor/Gemfile.lock index 36da03f3..25c28c0a 100644 --- a/modules/accentor/Gemfile.lock +++ b/modules/accentor/Gemfile.lock @@ -256,7 +256,7 @@ DEPENDENCIES will_paginate (~> 3.3) RUBY VERSION - ruby 3.0.1p64 + ruby 3.0.2p107 BUNDLED WITH - 2.2.15 + 2.2.22