Skip to content

Commit 00890a5

Browse files
authored
Merge pull request #21 from activeadmin-plugins/bump-0.2.1
bump-0.2.1
2 parents 9658a71 + 6487132 commit 00890a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
script: bundle exec rspec spec
22
rvm:
3-
- 2.1.5
4-
- 2.2.0
5-
- 2.3.0
3+
- 2.1.10
4+
- 2.2.6
5+
- 2.3.3
66
before_install:
77
- gem install bundler -v '= 1.9.3'
88
- gem update --system
9-
- gem --version
9+
- gem --version
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminScopedCollectionActions
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.1"
33
end

0 commit comments

Comments
 (0)