Skip to content

Commit

Permalink
Add gemfile for rails3.2(activesupport, actionpack)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Apr 15, 2013
1 parent e2ddcc3 commit 15fddaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gemfiles/rails3_2/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem 'activesupport', '>= 3.0', '< 4'
gem 'actionpack', '>= 3.0', '< 4'

gemspec path: File.join('..', '..')

0 comments on commit 15fddaf

Please sign in to comment.