Gemfile in tdiary-contrib-4.1.1 vs Gemfile in tdiary-contrib-4.1.2
- old
+ new
@@ -1,7 +1,12 @@
source 'https://rubygems.org'
gem 'tdiary', '~> 4.1.0'
gem 'rake'
-gem 'rspec'
-gem 'simplecov'
+
+group :test do
+ gem 'rspec'
+ gem 'simplecov'
+ gem 'webmock'
+ gem 'pry'
+end