Skip to content

Commit

Permalink
fix wrong ~> usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 4, 2014
1 parent c35bd66 commit fe86c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
appraise "activerecord-3.2" do
gem 'activerecord', '~> 3.2'
gem 'activerecord', '~> 3.2.0'
end

appraise "activerecord-4.0" do
gem "activerecord", "~> 4.0"
gem "activerecord", "~> 4.0.0"
end

appraise "activerecord-4.1" do
gem "activerecord", "~> 4.1"
gem "activerecord", "~> 4.1.0"
end

appraise "activerecord-edge" do
Expand Down

0 comments on commit fe86c63

Please sign in to comment.