Skip to content

Commit 6a4fcc0

Browse files
committed
Unpin activeadmin to allow beta22+
1 parent 4dd66e5 commit 6a4fcc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# Use ActiveAdmin 4.x beta
4-
gem 'activeadmin', '4.0.0.beta20'
4+
gem 'activeadmin', '~> 4.0.0.beta'
55

66
gemspec name: 'activeadmin-tom_select'
77

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ GEM
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activeadmin (4.0.0.beta20)
57+
activeadmin (4.0.0.beta22)
5858
arbre (~> 2.0)
5959
csv
60-
formtastic (>= 5.0)
60+
formtastic (>= 6.0)
6161
formtastic_i18n (>= 0.7)
6262
inherited_resources (~> 2.0)
6363
kaminari (>= 1.2.1)
@@ -396,7 +396,7 @@ PLATFORMS
396396
x86_64-linux-musl
397397

398398
DEPENDENCIES
399-
activeadmin (= 4.0.0.beta20)
399+
activeadmin (~> 4.0.0.beta)
400400
activeadmin-tom_select!
401401
appraisal (~> 2.2)
402402
bundler (>= 1.5)

0 commit comments

Comments
 (0)