Skip to content

Commit

Permalink
freezing simple_form and jquery-rails gems to ensure they work, so we…
Browse files Browse the repository at this point in the history
… can remove the Gemfile.lock
  • Loading branch information
drnic committed Sep 17, 2011
1 parent 9aef303 commit 113bcc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
log/*
db/*.sqlite3
tmp
tmp
Gemfile.lock
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'http://rubygems.org'

gem 'rails', '3.0.9'

gem 'simple_form'
gem 'jquery-rails'
gem 'simple_form', '1.5.1'
gem 'jquery-rails', '1.0.14'

platform :ruby do
gem 'mysql2', '~> 0.2.7'
Expand Down

0 comments on commit 113bcc1

Please sign in to comment.