Update dependencies
This commit is contained in:
parent
1f79257d92
commit
72a98a4d8f
5 changed files with 10 additions and 13 deletions
|
@ -24,7 +24,7 @@ let
|
|||
owner = "accentor";
|
||||
repo = "api";
|
||||
rev = "develop";
|
||||
sha256 = "1pm8zmf1q6gxjl6swqi103gpac27nc3v2q6xwyq2jkf8ql71jarj";
|
||||
sha256 = "0pv4j4v76jx7hhkd58fh55b3icmwhb7pmrkyaqcwxqrlirqmfabd";
|
||||
};
|
||||
gems = pkgs.bundlerEnv {
|
||||
name = "accentor-api-env";
|
||||
|
|
|
@ -5,8 +5,6 @@ ruby '2.7.3'
|
|||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 6.1'
|
||||
# Keep this low enough until https://github.com/rack/rack/issues/1619 is fixed
|
||||
gem 'rack', '~> 2.1.4'
|
||||
# Use postgresql as the database for Active Record
|
||||
gem 'pg', '>= 1.2.3', '< 2.0'
|
||||
# Use Puma as the app server
|
||||
|
|
|
@ -137,7 +137,7 @@ GEM
|
|||
pundit (2.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
racc (1.5.2)
|
||||
rack (2.1.4)
|
||||
rack (2.2.3)
|
||||
rack-cors (1.1.1)
|
||||
rack (>= 2.0.0)
|
||||
rack-test (1.1.0)
|
||||
|
@ -244,7 +244,6 @@ DEPENDENCIES
|
|||
pg (>= 1.2.3, < 2.0)
|
||||
puma (~> 5.3)
|
||||
pundit (~> 2.1)
|
||||
rack (~> 2.1.4)
|
||||
rack-cors (~> 1.1)
|
||||
rails (~> 6.1)
|
||||
rubocop-minitest (~> 0.12.1)
|
||||
|
|
|
@ -598,10 +598,10 @@
|
|||
platforms = [ ];
|
||||
source = {
|
||||
remotes = [ "https://rubygems.org" ];
|
||||
sha256 = "1x72abm2snhk664s9g642pxjyk911y39qck8n9hbnqmb7ba1zbmz";
|
||||
sha256 = "0i5vs0dph9i5jn8dfc6aqd6njcafmb20rwqngrf759c9cvmyff16";
|
||||
type = "gem";
|
||||
};
|
||||
version = "2.1.4";
|
||||
version = "2.2.3";
|
||||
};
|
||||
rack-cors = {
|
||||
dependencies = [ "rack" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue