We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbfaf1 commit b526640Copy full SHA for b526640
2 files changed
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
3
-gem 'tdiary', '4.0.2'
+gem 'tdiary', '~> 4.0.2'
4
5
gem 'rake'
6
gem 'rspec', '~> 3.0.0.beta2'
Gemfile.lock
@@ -4,8 +4,8 @@ GEM
diff-lcs (1.2.5)
docile (1.1.3)
json (1.8.1)
7
- multi_json (1.9.0)
8
- rake (10.1.1)
+ multi_json (1.9.2)
+ rake (10.2.2)
9
rcov (1.0.0)
10
rspec (3.0.0.beta2)
11
rspec-core (= 3.0.0.beta2)
@@ -24,10 +24,10 @@ GEM
24
multi_json
25
simplecov-html (~> 0.8.0)
26
simplecov-html (0.8.0)
27
- tdiary (4.0.2)
+ tdiary (4.0.3)
28
bundler (~> 1.3)
29
thor (~> 0.18)
30
- thor (0.18.1)
+ thor (0.19.1)
31
32
PLATFORMS
33
ruby
@@ -38,4 +38,4 @@ DEPENDENCIES
38
rcov
39
rspec (~> 3.0.0.beta2)
40
simplecov
41
- tdiary (= 4.0.2)
+ tdiary (~> 4.0.2)
0 commit comments