Skip to content

Commit

Permalink
pending MiniProfiler/rack-mini-profiler#505 being merged and committe…
Browse files Browse the repository at this point in the history
…d, this removes some warnings
  • Loading branch information
epugh@opensourceconnections.com committed Aug 2, 2021
1 parent 7d888f1 commit 974b749
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
gem 'bullet'
gem 'byebug'
gem 'memory_profiler'
gem 'rack-mini-profiler'
gem 'rack-mini-profiler', git: 'https://github.com/epugh/rack-mini-profiler', branch: 'remove_old_css'
end

group :development do
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/epugh/rack-mini-profiler
revision: 4e440c08e4d73193152d8d8cf7282ef290edf6ad
branch: remove_old_css
specs:
rack-mini-profiler (2.3.2)
rack (>= 1.2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -253,8 +261,6 @@ GEM
rack (2.2.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-mini-profiler (2.3.2)
rack (>= 1.2.0)
rack-protection (2.1.0)
rack
rack-proxy (0.7.0)
Expand Down Expand Up @@ -421,7 +427,7 @@ DEPENDENCIES
puma_worker_killer
pundit
rack-cors (~> 1.1)
rack-mini-profiler
rack-mini-profiler!
rails (= 6.1.4)
rails-controller-testing
rails-erd (~> 1.6)
Expand Down
1 change: 1 addition & 0 deletions bin/setup_docker
Expand Up @@ -30,6 +30,7 @@ Dir.chdir APP_ROOT do

puts "\n== Building Docker container =="
system "docker-compose up #{build_arg} --no-start"
system "bin/docker r bundle install"
system "bin/docker r yarn"
system "bin/docker r ./wait-for mysql:3306 -- bin/rake db:setup"
system "bin/docker r ./wait-for mysql:3306 -- bin/rake db:create RAILS_ENV=test"
Expand Down

0 comments on commit 974b749

Please sign in to comment.