8000 Bump `inherited_resources` requirement to `~> 2.0` (#8477) · activeadmin/activeadmin@8669d01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8669d01

Browse files
authored
Bump inherited_resources requirement to ~> 2.0 (#8477)
- Increased the inherited_resources gem version requirement from ~> 1.7 to ~> 2.0. - Ensures compatibility with the latest version and potential new features or fixes.
1 parent f22e6ec commit 8669d01

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
csv
77
formtastic (>= 3.1)
88
formtastic_i18n (>= 0.4)
9-
inherited_resources (~> 1.7)
9+
inherited_resources (~> 2.0)
1010
kaminari (>= 1.2.1)
1111
railties (>= 6.1)
1212
ransack (>= 4.0)
@@ -90,9 +90,8 @@ GEM
9090
tzinfo (~> 2.0, >= 2.0.5)
9191
addressable (2.8.7)
9292
public_suffix (>= 2.0.2, < 7.0)
93-
arbre (2.0.0)
93+
arbre (2.0.1)
9494
activesupport (>= 3.0.0)
95-
ruby2_keywords (>= 0.0.2)
9695
ast (2.4.2)
9796
base64 (0.2.0)
9897
bcrypt (3.1.20)
@@ -207,7 +206,7 @@ GEM
207206
actionpack (>= 6.0.0)
208207
activesupport (>= 6.0.0)
209208
railties (>= 6.0.0)
210-
inherited_resources (1.14.0)
209+
inherited_resources (2.0.0)
211210
actionpack (>= 6.0)
212211
has_scope (>= 0.6)
213212
railties (>= 6.0)

activeadmin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
3535
s.add_dependency "csv"
3636
s.add_dependency "formtastic", ">= 3.1"
3737
s.add_dependency "formtastic_i18n", ">= 0.4"
38-
s.add_dependency "inherited_resources", "~> 1.7"
38+
s.add_dependency "inherited_resources", "~> 2.0"
3939
s.add_dependency "kaminari", ">= 1.2.1"
4040
s.add_dependency "railties", ">= 6.1"
4141
s.add_dependency "ransack", ">= 4.0"

gemfiles/rails_61/Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
csv
77
formtastic (>= 3.1)
88
formtastic_i18n (>= 0.4)
9-
inherited_resources (~> 1.7)
9+
inherited_resources (~> 2.0)
1010
kaminari (>= 1.2.1)
1111
railties (>= 6.1)
1212
ransack (>= 4.0)
@@ -79,9 +79,8 @@ GEM
7979
zeitwerk (~> 2.3)
8080
addressable (2.8.7)
8181
public_suffix (>= 2.0.2, < 7.0)
82-
arbre (2.0.0)
82+
arbre (2.0.1)
8383
activesupport (>= 3.0.0)
84-
ruby2_keywords (>= 0.0.2)
8584
ast (2.4.2)
8685
bcrypt (3.1.20)
8786
bigdecimal (3.1.8)
@@ -192,7 +191,7 @@ GEM
192191
actionpack (>= 6.0.0)
193192
8000 activesupport (>= 6.0.0)
194193
railties (>= 6.0.0)
195-
inherited_resources (1.14.0)
194+
inherited_resources (2.0.0)
196195
actionpack (>= 6.0)
197196
has_scope (>= 0.6)
198197
railties (>= 6.0)

gemfiles/rails_70/Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
csv
77
formtastic (>= 3.1)
88
formtastic_i18n (>= 0.4)
9-
inherited_resources (~> 1.7)
9+
inherited_resources (~> 2.0)
1010
kaminari (>= 1.2.1)
1111
railties (>= 6.1)
1212
ransack (>= 4.0)
@@ -85,9 +85,8 @@ GEM
8585
tzinfo (~> 2.0)
8686
addressable (2.8.7)
8787
public_suffix (>= 2.0.2, < 7.0)
88-
arbre (2.0.0)
88+
arbre (2.0.1)
8989
activesupport (>= 3.0.0)
90-
ruby2_keywords (>= 0.0.2)
9190
ast (2.4.2)
9291
bcrypt (3.1.20)
9392
bigdecimal (3.1.8)
@@ -198,7 +197,7 @@ GEM
198197
actionpack (>= 6.0.0)
199198
activesupport (>= 6.0.0)
200199
railties (>= 6.0.0)
201-
inherited_resources (1.14.0)
200+
inherited_resources (2.0.0)
202201
actionpack (>= 6.0)
203202
has_scope (>= 0.6)
204203
railties (>= 6.0)

gemfiles/rails_71/Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
csv
77
formtastic (>= 3.1)
88
formtastic_i18n (>= 0.4)
9-
inherited_resources (~> 1.7)
9+
inherited_resources (~> 2.0)
1010
kaminari (>= 1.2.1)
1111
railties (>= 6.1)
1212
ransack (>= 4.0)
@@ -94,9 +94,8 @@ GEM
9494
tzinfo (~> 2.0)
9595
addressable (2.8.7)
9696
public_suffix (>= 2.0.2, < 7.0)
97-
arbre (2.0.0)
97+
arbre (2.0.1)
9898
activesupport (>= 3.0.0)
99-
ruby2_keywords (>= 0.0.2)
10099
ast (2.4.2)
101100
base64 (0.2.0)
102101
bcrypt (3.1.20)
@@ -210,7 +209,7 @@ GEM
210209
actionpack (>= 6.0.0)
211210
activesupport (>= 6.0.0)
212211
railties (>= 6.0.0)
213-
inherited_resources (1.14.0)
212+
inherited_resources (2.0.0)
214213
actionpack (>= 6.0)
215214
has_scope (>= 0.6)
216215
railties (>= 6.0)

0 commit comments

Comments
 (0)
0