Skip to content

Commit

Permalink
Bump validates_url_format_of to fix 1.9 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Aug 3, 2011
1 parent 34a751d commit b3c73a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
# These gems suck and do stupid things when in maintenance mode
group :development, :test, :staging, :production do
gem 'delayed_job'
gem 'validates_url_format_of'
gem 'validates_url_format_of', '~> 0.1.2'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
validates_url_format_of (0.1.0)
validates_url_format_of (0.1.2)
activerecord (>= 2.3.4)
webmock (1.6.4)
addressable (> 2.2.5, ~> 2.2)
Expand Down Expand Up @@ -202,7 +202,7 @@ DEPENDENCIES
sinatra
system_timer
timecop
validates_url_format_of
validates_url_format_of (~> 0.1.2)
webmock
will_paginate (~> 3.0.pre2)
xml-simple
Expand Down

0 comments on commit b3c73a4

Please sign in to comment.