Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-07-08 19:21:53 +02:00
parent 159d39d7c0
commit 81ee2fb8b1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ let
owner = "accentor";
repo = "api";
rev = "develop";
sha256 = "0z4snjdsr8zh2drffvvdshz7maivlp08zcmwz327xx5qdg0yb70f";
sha256 = "06amrzlaai7sxpyqjffpympp1fx6wzdr45jxrxcf10xd3k7g7djy";
};
gems = pkgs.bundlerEnv {
name = "accentor-api-env";

View file

@ -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'

View file

@ -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