Skip to content

Commit

Permalink
Merge pull request #1885 from guilleiguaran/3-1-stable
Browse files Browse the repository at this point in the history
Bump ARel to 2.1.3 (3-1-stable)
  • Loading branch information
spastorino committed Jun 28, 2011
2 parents cbf3e33 + 4b12d7f commit 4cee360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gemspec
if ENV['AREL']
gem "arel", :path => ENV['AREL']
else
gem "arel", '~> 2.1.0'
gem "arel", '~> 2.1.3'
end

gem "coffee-script"
Expand Down
2 changes: 1 addition & 1 deletion activerecord/activerecord.gemspec
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 2.1.1')
s.add_dependency('arel', '~> 2.1.3')
s.add_dependency('tzinfo', '~> 0.3.27')
end

0 comments on commit 4cee360

Please sign in to comment.