Update to rails 5.2.0

This commit is contained in:
Tom Hughes 2018-06-18 20:46:00 +01:00
parent aee222551a
commit 98de681e47
34 changed files with 305 additions and 109 deletions

3
bin/bundle Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
load Gem.bin_path("bundler", "bundle")