Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ GEM
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activerecord-postgis-adapter (3.1.5)
activerecord (~> 4.2)
rgeo-activerecord (>= 4.0.4)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
Expand Down Expand Up @@ -91,6 +94,7 @@ GEM
execjs
coffee-script-source (1.9.1.1)
connection_pool (2.2.0)
crass (1.0.4)
dalli (2.7.4)
database_cleaner (1.4.1)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -149,7 +153,8 @@ GEM
listen (3.0.3)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.0.3)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
Expand All @@ -158,15 +163,15 @@ GEM
memory_profiler (0.9.10)
method_source (0.8.2)
mime-types (2.6.1)
mini_portile (0.6.2)
mini_portile2 (2.1.0)
minitest (5.8.0)
momentjs-rails (2.20.1)
railties (>= 3.1)
multi_json (1.11.2)
nenv (0.2.0)
newrelic_rpm (3.13.0.299)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
notiffany (0.0.7)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -245,6 +250,10 @@ GEM
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rgeo (0.6.0)
rgeo-activerecord (4.0.5)
activerecord (~> 4.2)
rgeo (~> 0.3)
rollbar (2.2.1)
roo (2.1.1)
nokogiri (~> 1)
Expand Down Expand Up @@ -329,6 +338,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-postgis-adapter (~> 3.1.5)
analytics-ruby (~> 2.0.8)
angularjs-rails (~> 1.4.8)
aws-sdk (< 2.0)
Expand Down