Gemfile in sidekiq-lock-0.0.1 vs Gemfile in sidekiq-lock-0.2.0
- old
+ new
@@ -1,4 +1,8 @@
-source 'https://rubygems.org'
-
-# Specify your gem's dependencies in sidekiq-lock.gemspec
+source "https://rubygems.org"
gemspec
+
+platforms :rbx do
+ gem "rubysl", "~> 2.0" # if using anything in the ruby standard library
+ gem "rubinius-developer_tools", "~> 2.0.0" # if using any of coverage, debugger, profiler
+ gem "minitest" # if using minitest
+end