Skip to content

Commit 02caad4

Browse files
author
Dorian Marié
authored
Synchronize bin/dev from jsbundling-rails to cssbundling-rails (#151)
There are different bin/dev being generated by cssbundling-rails and jsbundling-rails See rails/jsbundling-rails#174 > dev: Use an affirmative conditional > > ...and avoid regex in match. > > (Try a gem list ails vs a gem list --exact ails to see what I mean.)
1 parent b27be4a commit 02caad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
if ! gem list foreman -i --silent; then
3+
if gem list --no-installed --exact --silent foreman; then
44
echo "Installing foreman..."
55
gem install foreman
66
fi

0 commit comments

Comments
 (0)