Skip to content

Commit

Permalink
Dev: no need to update for beta gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 7, 2011
1 parent b46819c commit 162edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thorfile
Expand Up @@ -3,7 +3,7 @@ class Gemfile < Thor
def use(version) def use(version)
gemfile = "--gemfile gemfiles/rails-#{version}" gemfile = "--gemfile gemfiles/rails-#{version}"
say `bundle install #{gemfile} --binstubs` say `bundle install #{gemfile} --binstubs`
say `bundle #{gemfile} update rails` unless version =~ /^\d\.\d\.\d$/ say `bundle #{gemfile} update rails` unless version =~ /^\d\.\d\.\d/
say `ln -s gemfiles/bin` unless File.exist?('bin') say `ln -s gemfiles/bin` unless File.exist?('bin')
`echo rails-#{version} > ./.gemfile` `echo rails-#{version} > ./.gemfile`
end end
Expand Down

0 comments on commit 162edd9

Please sign in to comment.