source "https://rubygems.org" gemspec # Using the master version to incorporate latest cops and bug fixes gem 'rubocop', git: 'https://github.com/bbatsov/rubocop.git', branch: 'master' gem 'rspec', '~> 2.14.1' gem 'guard-rspec', '~> 3.0.2' gem 'coveralls', '~> 0.6.7' gem 'flog' gem 'flay' gem 'ruby2ruby' gem 'reek', '1.3.1'