Gemfile in olson-0.0.2 vs Gemfile in olson-0.0.3
- old
+ new
@@ -1,5 +1,13 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in olson.gemspec
gemspec
+
+gem 'rake'
+gem 'pry'
+
gem 'rspec'
+gem 'guard', git: 'https://github.com/guard/guard.git'
+gem 'guard-rspec'
+gem 'guard-shell'
+gem 'rb-fsevent'