This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
8e9f740d08
gitlab-org--gitlab-foss
/
bin
/
rake
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Rails uses bin folder we forgot to create it when upgrading
2014-02-15 15:03:10 -05:00
#!/usr/bin/env ruby
Rails update to 4.2.4
2015-11-25 11:18:44 -05:00
require_relative '../config/boot'
require 'rake'
Rake.application.run
Copy permalink