Advertisement
saasbook

lock_ruby_rails_version.rb

Sep 15th, 2014
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.11 KB | None | 0 0
  1. # in Gemfile:
  2. ruby '1.9.3'    # Ruby version you're running
  3. gem 'rails', '3.2.19'  # Rails version for this app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement