Skip to content

Commit

Permalink
Install appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Feb 2, 2012
1 parent 99a242a commit 114d6f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ source "http://rubygems.org"
gem 'activerecord', ENV['AR_VERSION'] gem 'activerecord', ENV['AR_VERSION']


gem 'rake' gem 'rake'

gem 'appraisal'
gem 'jruby-openssl', :group => :development gem 'jruby-openssl', :group => :development


group :test do group :test do
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -6,6 +6,8 @@ require 'bundler'
Bundler::GemHelper.install_tasks Bundler::GemHelper.install_tasks
require 'bundler/setup' require 'bundler/setup'


require 'appraisal'

require File.expand_path('../test/helper', __FILE__) require File.expand_path('../test/helper', __FILE__)


task :default => [:jar, :test] task :default => [:jar, :test]
Expand Down

0 comments on commit 114d6f7

Please sign in to comment.