Skip to content

Commit 5b633ba

Browse files
committed
Bumped to 2.0.3
1 parent 1ce276f commit 5b633ba

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
asana (2.0.2)
4+
asana (2.0.3)
55
faraday (~> 2.0)
66
faraday-follow_redirects
77
faraday-multipart
@@ -71,12 +71,12 @@ GEM
7171
snaky_hash (~> 2.0)
7272
version_gem (~> 1.1)
7373
parallel (1.22.1)
74-
parser (3.2.1.0)
74+
parser (3.2.2.0)
7575
ast (~> 2.4.1)
7676
pry (0.14.2)
7777
coderay (~> 1.1)
7878
method_source (~> 1.0)
79-
rack (3.0.4.2)
79+
rack (3.0.7)
8080
rack-protection (1.5.5)
8181
rack
8282
rainbow (3.1.1)
@@ -95,7 +95,7 @@ GEM
9595
rspec-expectations (3.12.2)
9696
diff-lcs (>= 1.2.0, < 2.0)
9797
rspec-support (~> 3.12.0)
98-
rspec-mocks (3.12.3)
98+
rspec-mocks (3.12.5)
9999
diff-lcs (>= 1.2.0, < 2.0)
100100
rspec-support (~> 3.12.0)
101101
rspec-support (3.12.0)
@@ -109,7 +109,7 @@ GEM
109109
rubocop-ast (>= 1.26.0, < 2.0)
110110
ruby-progressbar (~> 1.7)
111111
unicode-display_width (>= 2.4.0, < 3.0)
112-
rubocop-ast (1.27.0)
112+
rubocop-ast (1.28.0)
113113
parser (>= 3.2.1.0)
114114
rubocop-capybara (2.17.1)
115115
rubocop (~> 1.41)
@@ -131,7 +131,7 @@ GEM
131131
thor (1.2.1)
132132
tomparse (0.4.2)
133133
unicode-display_width (2.4.2)
134-
version_gem (1.1.1)
134+
version_gem (1.1.2)
135135
webrick (1.7.0)
136136
yard (0.9.28)
137137
webrick (~> 1.7.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

lib/asana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#:nodoc:
22
module Asana
33
# Public: Version of the gem.
4-
VERSION = '2.0.2'
4+
VERSION = '2.0.3'
55
end

0 commit comments

Comments
 (0)