Skip to content

Commit 19fe2fc

Browse files
committed
update version
1 parent 0a38fa8 commit 19fe2fc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin_latlng (1.3.0)
4+
activeadmin_latlng (1.4.0)
55
activeadmin
66

77
GEM
@@ -30,7 +30,7 @@ GEM
3030
erubi (~> 1.4)
3131
rails-dom-testing (~> 2.0)
3232
rails-html-sanitizer (~> 1.0, >= 1.0.3)
33-
activeadmin (1.3.1)
33+
activeadmin (1.4.3)
3434
arbre (>= 1.1.1)
3535
coffee-rails
3636
formtastic (~> 3.1)
@@ -58,7 +58,7 @@ GEM
5858
tzinfo (~> 1.1)
5959
addressable (2.5.1)
6060
public_suffix (~> 2.0, >= 2.0.2)
61-
arbre (1.1.1)
61+
arbre (1.2.1)
6262
activesupport (>= 3.0.0)
6363
arel (8.0.0)
6464
builder (3.2.3)
@@ -98,11 +98,11 @@ GEM
9898
actionpack (>= 4.1)
9999
activesupport (>= 4.1)
100100
i18n (0.8.4)
101-
inherited_resources (1.9.0)
102-
actionpack (>= 4.2, < 5.3)
101+
inherited_resources (1.10.0)
102+
actionpack (>= 5.0, < 6.0)
103103
has_scope (~> 0.6)
104-
railties (>= 4.2, < 5.3)
105-
responders
104+
railties (>= 5.0, < 6.0)
105+
responders (~> 2.0)
106106
jquery-rails (4.3.3)
107107
rails-dom-testing (>= 1, < 3)
108108
railties (>= 4.2.0)
@@ -173,17 +173,17 @@ GEM
173173
rake (>= 0.8.7)
174174
thor (>= 0.18.1, < 2.0)
175175
rake (12.0.0)
176-
ransack (2.0.1)
176+
ransack (2.1.1)
177177
actionpack (>= 5.0)
178178
activerecord (>= 5.0)
179179
activesupport (>= 5.0)
180180
i18n
181181
rb-fsevent (0.9.8)
182182
rb-inotify (0.9.10)
183183
ffi (>= 0.5.0, < 2)
184-
responders (2.4.0)
185-
actionpack (>= 4.2.0, < 5.3)
186-
railties (>= 4.2.0, < 5.3)
184+
responders (2.4.1)
185+
actionpack (>= 4.2.0, < 6.0)
186+
railties (>= 4.2.0, < 6.0)
187187
rspec-core (3.6.0)
188188
rspec-support (~> 3.6.0)
189189
rspec-expectations (3.6.0)
@@ -201,7 +201,7 @@ GEM
201201
rspec-mocks (~> 3.6.0)
202202
rspec-support (~> 3.6.0)
203203
rspec-support (3.6.0)
204-
sass (3.6.0)
204+
sass (3.7.4)
205205
sass-listen (~> 4.0.0)
206206
sass-listen (4.0.0)
207207
rb-fsevent (~> 0.9, >= 0.9.4)

lib/activeadmin_latlng/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminLatlng
2-
VERSION = "1.3.0".freeze
2+
VERSION = "1.4.0".freeze
33
end

0 commit comments

Comments
 (0)