diff --git a/Gemfile.lock b/Gemfile.lock index 306b4841..b927c4be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,26 +41,22 @@ GEM autoprefixer-rails (8.2.0) execjs bcrypt (3.1.11) - berkshelf (5.2.0) - addressable (~> 2.3, >= 2.3.4) - berkshelf-api-client (>= 2.0.2, < 4.0) + berkshelf (6.3.2) buff-config (~> 2.0) buff-extensions (~> 2.0) - buff-shell_out (~> 1.0) + chef (>= 12.7.2, < 14.0) cleanroom (~> 1.0) + concurrent-ruby (~> 1.0) faraday (~> 0.9) httpclient (~> 2.7) minitar (~> 0.5, >= 0.5.4) - mixlib-archive (~> 0.1) + mixlib-archive (~> 0.4) + mixlib-shellout (~> 2.0) octokit (~> 4.0) retryable (~> 2.0) ridley (~> 5.0) - solve (> 2.0, < 4.0) - thor (~> 0.19) - berkshelf-api-client (3.0.0) - faraday (~> 0.9) - httpclient (~> 2.7) - ridley (>= 4.5, < 6.0) + solve (~> 4.0) + thor (~> 0.19, < 0.19.2) bootstrap (4.0.0) autoprefixer-rails (>= 6.0.3) popper_js (>= 1.12.9, < 2) @@ -146,7 +142,7 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (0.15.0) + faraday (0.15.1) multipart-post (>= 1.2, < 3) ffi (1.9.23) ffi-yajl (2.3.1) @@ -193,7 +189,7 @@ GEM mini_portile2 (2.3.0) minitar (0.6.1) minitest (5.11.3) - mixlib-archive (0.4.4) + mixlib-archive (0.4.6) mixlib-log mixlib-authentication (1.4.2) mixlib-cli (1.7.0) @@ -218,7 +214,7 @@ GEM nio4r (2.3.1) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) - octokit (4.8.0) + octokit (4.9.0) sawyer (~> 0.8.0, >= 0.5.3) ohai (8.26.1) chef-config (>= 12.5.0.alpha.1, < 14) @@ -352,8 +348,8 @@ GEM actionpack (>= 3.1) railties (>= 3.1) slim (~> 3.0) - solve (3.1.1) - molinillo (>= 0.5) + solve (4.0.0) + molinillo (~> 0.6) semverse (>= 1.1, < 3.0) specinfra (2.73.3) net-scp @@ -378,7 +374,7 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (0.20.0) + thor (0.19.1) thread_safe (0.3.6) tilt (2.0.8) timers (4.0.4) diff --git a/config/application.yml.example b/config/application.yml.example index 95fd3752..5ff01580 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -14,7 +14,6 @@ development: ENABLE_CAS_INTEGRATION: 'false' test: - DB_NAME: 'barito_test' RAILS_ENV: 'test' RACK_ENV: 'test' - + DB_NAME: 'barito_test'