Skip to content

Commit 60a6f9d

Browse files
Ensure the testing/dev environment uses the latest version of the gem
1 parent 7eeef22 commit 60a6f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/ruby/startup.dev

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

33
bundle check || bundle install
4+
bundle update critical-path-css-rails
45

56
bundle exec rackup --host 0.0.0.0

0 commit comments

Comments
 (0)