summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--[-rwxr-xr-x]Gemfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e3fd903..4660510 100755..100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,15 +2,18 @@ source 'https://rubygems.org'
gemspec
+gem 'rubocop'
+gem 'rubocop-performance', require: false
+
group :test do
# additional testing libs
gem 'shoulda'
- gem 'activesupport', '< 5.1'
+ gem 'activesupport'
gem 'rspec', '>= 3.0.0'
gem 'simplecov', '>= 0.9.0', require: false
gem 'coveralls', require: false
gem "minitest-reporters"
- gem 'webrick' if RUBY_VERSION >= '3.0.0'
+ gem 'webrick'
end
group :local_development do