Sha256: 59092175885016501a252ee4b0a30d4cb62e98c74b49689a6c5b30c286e5c44a
Contents?: true
Size: 751 Bytes
Versions: 2
Compression:
Stored size: 751 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in sidekiq-aws-sqs.gemspec gemspec # Rake is a Make-like program implemented in Ruby [https://github.com/ruby/rake] gem 'rake', '~> 13.0' # Behaviour Driven Development for Ruby [https://github.com/rspec/rspec-metagem] gem 'rspec', '~> 3.0' # RuboCop is a Ruby code style checking and code formatting tool [https://github.com/rubocop/rubocop] gem 'rubocop', '~> 1.21' # Pretty print Ruby objects with proper indentation and colors [https://github.com/awesome-print/awesome_print] gem 'awesome_print' # Pry is a runtime developer console and IRB alternative with powerful introspection capabilities [https://github.com/pry/pry] gem 'pry', '~> 0.14.1'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-aws-sqs-0.0.1 | Gemfile |
sidekiq-aws-sqs-0.0.0 | Gemfile |