Skip to content

Commit b526640

Browse files
committed
update dependency
1 parent 3dbfaf1 commit b526640

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

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

3-
gem 'tdiary', '4.0.2'
3+
gem 'tdiary', '~> 4.0.2'
44

55
gem 'rake'
66
gem 'rspec', '~> 3.0.0.beta2'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GEM
44
diff-lcs (1.2.5)
55
docile (1.1.3)
66
json (1.8.1)
7-
multi_json (1.9.0)
8-
rake (10.1.1)
7+
multi_json (1.9.2)
8+
rake (10.2.2)
99
rcov (1.0.0)
1010
rspec (3.0.0.beta2)
1111
rspec-core (= 3.0.0.beta2)
@@ -24,10 +24,10 @@ GEM
2424
multi_json
2525
simplecov-html (~> 0.8.0)
2626
simplecov-html (0.8.0)
27-
tdiary (4.0.2)
27+
tdiary (4.0.3)
2828
bundler (~> 1.3)
2929
thor (~> 0.18)
30-
thor (0.18.1)
30+
thor (0.19.1)
3131

3232
PLATFORMS
3333
ruby
@@ -38,4 +38,4 @@ DEPENDENCIES
3838
rcov
3939
rspec (~> 3.0.0.beta2)
4040
simplecov
41-
tdiary (= 4.0.2)
41+
tdiary (~> 4.0.2)

0 commit comments

Comments
 (0)