Gemfile in Birst_Command-0.5.0 vs Gemfile in Birst_Command-0.6.0
- old
+ new
@@ -1,4 +1,8 @@
+# -*- mode: ruby -*-
source 'https://rubygems.org'
-gem 'savon', '~> 2.0'
-gem 'httpclient'
-gem 'envcrypt', '~> 0.1'
+ruby '2.0.0'
+
+gemspec
+group :development do
+ gem 'rspec', '~> 2.14'
+end