diff --git a/Gemfile.lock b/Gemfile.lock index 0999706..8ac5adc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activeadmin_latlng (1.3.0) + activeadmin_latlng (1.4.0) activeadmin GEM @@ -30,7 +30,7 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activeadmin (1.3.1) + activeadmin (1.4.3) arbre (>= 1.1.1) coffee-rails formtastic (~> 3.1) @@ -58,7 +58,7 @@ GEM tzinfo (~> 1.1) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) - arbre (1.1.1) + arbre (1.2.1) activesupport (>= 3.0.0) arel (8.0.0) builder (3.2.3) @@ -98,11 +98,11 @@ GEM actionpack (>= 4.1) activesupport (>= 4.1) i18n (0.8.4) - inherited_resources (1.9.0) - actionpack (>= 4.2, < 5.3) + inherited_resources (1.10.0) + actionpack (>= 5.0, < 6.0) has_scope (~> 0.6) - railties (>= 4.2, < 5.3) - responders + railties (>= 5.0, < 6.0) + responders (~> 2.0) jquery-rails (4.3.3) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -173,7 +173,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.0.0) - ransack (2.0.1) + ransack (2.1.1) actionpack (>= 5.0) activerecord (>= 5.0) activesupport (>= 5.0) @@ -181,9 +181,9 @@ GEM rb-fsevent (0.9.8) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - responders (2.4.0) - actionpack (>= 4.2.0, < 5.3) - railties (>= 4.2.0, < 5.3) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) rspec-core (3.6.0) rspec-support (~> 3.6.0) rspec-expectations (3.6.0) @@ -201,7 +201,7 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) - sass (3.6.0) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) diff --git a/lib/activeadmin_latlng/version.rb b/lib/activeadmin_latlng/version.rb index 81ef6a6..ea0d105 100644 --- a/lib/activeadmin_latlng/version.rb +++ b/lib/activeadmin_latlng/version.rb @@ -1,3 +1,3 @@ module ActiveadminLatlng - VERSION = "1.3.0".freeze + VERSION = "1.4.0".freeze end