diff --git a/modules/accentor.nix b/modules/accentor.nix index eff67043..782c5d33 100644 --- a/modules/accentor.nix +++ b/modules/accentor.nix @@ -24,7 +24,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "044yj8md2qikjvcp3pmfl42pbrl8y598fr45sd5whysahvqqsfhc"; + sha256 = "08qb2liflv8i3mw2p4j8f9mhafw9h3rqklzd8lpmvdfk3cnvcskv"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/accentor/Gemfile b/modules/accentor/Gemfile index c0b737d4..8c12daeb 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 '2.7.2' +ruby '2.7.3' # 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 f17fe232..0dde67e0 100644 --- a/modules/accentor/Gemfile.lock +++ b/modules/accentor/Gemfile.lock @@ -257,7 +257,7 @@ DEPENDENCIES will_paginate (~> 3.3) RUBY VERSION - ruby 2.7.2p137 + ruby 2.7.3p183 BUNDLED WITH 2.1.4