diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-05-30 10:04:44 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-30 03:04:44 +0200 |
commit | c49ff7395e911c4254d75ec29702af34d07508a7 (patch) | |
tree | fca41763e09d09b8826f0218882fe95b42881907 | |
parent | e0ada9777006b1d68394fd09afab4c68a4a6529b (diff) |
Run bundle command (follow up #3403) (#3427)
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 69429c979..eeb7a4a8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -526,7 +526,7 @@ DEPENDENCIES rack-attack (~> 5.0) rack-cors (~> 0.4) rack-timeout (~> 0.4) - rails (~> 5.0) + rails (~> 5.0.0) rails-controller-testing (~> 1.0) rails-i18n (~> 5.0) rails-settings-cached (~> 0.6) |