Skip to content

Commit

Permalink
Minor typo fix to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Scofield committed Sep 15, 2010
1 parent 4ffba03 commit e27e6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org' source 'http://rubygems.org'


gem 'rails', '>=2.3.5', '<3.0.0 gem 'rails', '>=2.3.5', '<3.0.0'


gem 'active-fedora', '>=1.2.2' gem 'active-fedora', '>=1.2.2'
gem 'authlogic', '>=0.1.0' gem 'authlogic', '>=0.1.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -125,7 +125,7 @@ DEPENDENCIES
om (>= 1.0.0) om (>= 1.0.0)
rack rack
rack-test rack-test
rails (= 2.3.5) rails (>= 2.3.5, < 3.0.0)
rake rake
rcov rcov
rsolr rsolr
Expand Down

0 comments on commit e27e6e7

Please sign in to comment.