aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/if_changed.sh')
-rwxr-xr-xscripts/if_changed.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index 3bc2a65..51217d6 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -68,6 +68,7 @@ fi
# Always rebuild if Travis configuration and/or build scripts changed.
check_changes '^.travis.yml'
+check_changes '^Gemfile.lock'
check_changes '^scripts/(build|if_changed).sh'
if [[ "$run" == true ]]; then