Update Figaro version to 1.2.0

This commit is contained in:
Alex Sherman 2021-01-27 20:03:31 +05:00
parent 35a6438cf4
commit 0859c5d87b
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ gem 'rest-client'
gem 'uglifier' gem 'uglifier'
# load env # load env
gem 'figaro', '1.1.1' gem 'figaro', '~> 1.2'
# model related # model related
gem 'activerecord-import' gem 'activerecord-import'

View file

@ -202,8 +202,8 @@ GEM
erubis (2.7.0) erubis (2.7.0)
execjs (2.7.0) execjs (2.7.0)
ffi (1.13.1) ffi (1.13.1)
figaro (1.1.1) figaro (1.2.0)
thor (~> 0.14) thor (>= 0.14.0, < 2)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
gyoku (1.3.1) gyoku (1.3.1)
@ -502,7 +502,7 @@ DEPENDENCIES
e_invoice! e_invoice!
epp! epp!
epp-xml (= 1.1.0)! epp-xml (= 1.1.0)!
figaro (= 1.1.1) figaro (~> 1.2)
haml (~> 5.0) haml (~> 5.0)
isikukood isikukood
iso8601 (= 0.12.1) iso8601 (= 0.12.1)