Skip to content

Commit

Permalink
silcence i18n deprecation warnings under Rails 2, not sure if this ap…
Browse files Browse the repository at this point in the history
…propriate, but it solves the immediate problem on master
  • Loading branch information
justinfrench committed Jul 1, 2010
1 parent c092162 commit 5043d43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
@@ -1,13 +1,17 @@
# coding: utf-8
require 'rubygems'

gem 'i18n', '< 0.4'

gem 'activesupport', '2.3.8'
gem 'actionpack', '2.3.8'
require 'active_support'
require 'action_pack'
require 'action_view'
require 'action_controller'



gem 'rspec', '>= 1.2.6'
gem 'rspec-rails', '>= 1.2.6'
gem 'hpricot', '>= 0.6.1'
Expand Down

0 comments on commit 5043d43

Please sign in to comment.