Skip to content

Commit 44d4f14

Browse files
committed
Release new version
1 parent 62fe4c1 commit 44d4f14

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: ruby
22
rvm:
3-
- 2.6
3+
- 3.0

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
arask (1.2.3)
4+
arask (1.2.4)
55
fugit (~> 1.1)
66
rails (>= 5.0)
77

@@ -100,8 +100,8 @@ GEM
100100
mini_mime (1.0.2)
101101
mini_portile2 (2.5.0)
102102
minitest (5.14.4)
103-
nio4r (2.5.5)
104-
nokogiri (1.11.1)
103+
nio4r (2.5.7)
104+
nokogiri (1.11.2)
105105
mini_portile2 (~> 2.5.0)
106106
racc (~> 1.4)
107107
raabro (1.4.0)
@@ -148,7 +148,7 @@ GEM
148148
actionpack (>= 4.0)
149149
activesupport (>= 4.0)
150150
sprockets (>= 3.0.0)
151-
sqlite3 (1.4.1)
151+
sqlite3 (1.4.2)
152152
term-ansicolor (1.7.1)
153153
tins (~> 1.0)
154154
thor (1.1.0)
@@ -169,4 +169,4 @@ DEPENDENCIES
169169
sqlite3
170170

171171
BUNDLED WITH
172-
1.16.2
172+
2.2.14

lib/arask/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Arask
2-
VERSION = '1.2.3'
2+
VERSION = '1.2.4'
33
end

0 commit comments

Comments
 (0)