Skip to content

Commit

Permalink
[gio/tara] remove warnings when starting rails
Browse files Browse the repository at this point in the history
  • Loading branch information
giosakti committed May 15, 2018
1 parent a6d79aa commit d8c1360
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
30 changes: 13 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions config/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ development:
ENABLE_CAS_INTEGRATION: 'false'

test:
DB_NAME: 'barito_test'
RAILS_ENV: 'test'
RACK_ENV: 'test'

DB_NAME: 'barito_test'

0 comments on commit d8c1360

Please sign in to comment.