Skip to content

Commit

Permalink
Fix rails version, specify latest 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Jan 3, 2012
1 parent 7a366f7 commit d121bbe
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source :rubygems


gem 'rails', '>=3.0.0'
gem 'rails', '~>3.0.0'

gem 'RedCloth'
gem 'backports', :platforms => 'ruby_18'
Expand Down
114 changes: 52 additions & 62 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,53 @@ GEM
specs:
RedCloth (4.2.9)
ZenTest (4.5.0)
actionmailer (3.1.3)
actionpack (= 3.1.3)
mail (~> 2.3.0)
actionpack (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.5)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.3)
activemodel (3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activeresource (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
activesupport (3.1.3)
multi_json (~> 1.0)
abstract (1.0.0)
actionmailer (3.0.11)
actionpack (= 3.0.11)
mail (~> 2.2.19)
actionpack (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activesupport (3.0.11)
addressable (2.2.6)
arel (2.2.1)
arel (2.0.10)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-rails (4.1.1)
ZenTest (= 4.5)
awesome_print (1.0.2)
backports (2.3.0)
builder (3.0.0)
builder (2.1.2)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.2.3)
childprocess (0.2.4)
ffi (~> 1.0.6)
chunky_png (1.2.5)
compass (0.12.alpha.2)
compass (0.12.alpha.3)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
Expand All @@ -67,7 +66,8 @@ GEM
diff-lcs (1.1.3)
eleven40 (1.2)
compass (>= 0.10.0.rc3)
erubis (2.7.0)
erubis (2.6.6)
abstract (>= 1.0.0)
ffi (1.0.11)
fssm (0.2.7)
gherkin (2.7.1)
Expand All @@ -83,15 +83,15 @@ GEM
diff-lcs (~> 1.1)
mime-types (~> 1.15)
haml (3.1.4)
hike (1.2.1)
html5-boilerplate (1.0.0)
compass (>= 0.11.1)
i18n (0.6.0)
json (1.6.3)
i18n (0.5.0)
json (1.6.4)
launchy (2.0.5)
addressable (~> 2.2.6)
lockfile (2.1.0)
mail (2.3.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand All @@ -100,30 +100,25 @@ GEM
multi_json (1.0.4)
nokogiri (1.5.0)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
rack (>= 0.4)
rack-mount (0.8.3)
rack (1.2.5)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.1.3)
actionmailer (= 3.1.3)
actionpack (= 3.1.3)
activerecord (= 3.1.3)
activeresource (= 3.1.3)
activesupport (= 3.1.3)
rails (3.0.11)
actionmailer (= 3.0.11)
actionpack (= 3.0.11)
activerecord (= 3.0.11)
activeresource (= 3.0.11)
activesupport (= 3.0.11)
bundler (~> 1.0)
railties (= 3.1.3)
railties (3.1.3)
actionpack (= 3.1.3)
activesupport (= 3.1.3)
rack-ssl (~> 1.3.2)
railties (= 3.0.11)
railties (3.0.11)
actionpack (= 3.0.11)
activesupport (= 3.0.11)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
thor (~> 0.14.4)
rake (0.9.2.2)
rdiscount (1.6.8)
rdoc (3.12)
Expand All @@ -148,13 +143,8 @@ GEM
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
term-ansicolor (1.0.7)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
Expand Down Expand Up @@ -182,7 +172,7 @@ DEPENDENCIES
html5-boilerplate
launchy
mime-types
rails (>= 3.0.0)
rails (~> 3.0.0)
rdiscount
rspec
rspec-rails

0 comments on commit d121bbe

Please sign in to comment.