Skip to content
Snippets Groups Projects
Commit 327c169a authored by Alex Reisner's avatar Alex Reisner
Browse files

Lock dependencies for Ruby 2.0 compatibility.

parent 858d3e66
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,9 @@ group :test do
gem 'sqlite_ext', '~> 1.5.0'
end
gem 'webmock'
gem 'public_suffix', '2.0.5' # webmock dependency
gem 'addressable', '2.5.2' # webmock dependency
gem 'webmock', '3.3.0'
platforms :ruby do
gem 'pg', '~> 0.11'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment