Upped version number for Twitter4R to v0.5.1.
[twitter4r-core.git] / Gemfile
blob276f5608832a2d999e70168958038ec52626136e
1 gem "oauth", ">=0.4.1"
3 if RUBY_VERSION < "1.9.0"
4   gem "json", ">=1.1.1"
5 end
7 group :test do
8   gem "rspec", "2.0.0.beta.20"
9   gem "ZenTest"
10   gem "code_statistics"
11   gem "rcov"
12 end