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

Move gemspec line to end of Gemfile.

Geocoder should be required after other things like Rails and Mongoid.
parent 5a648901
No related branches found
No related tags found
No related merge requests found
source "http://rubygems.org"
gemspec
group :development, :test do
gem 'rake'
gem 'mongoid'
......@@ -13,3 +11,5 @@ group :development, :test do
gem 'jruby-openssl'
end
end
gemspec
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