Sha256: 2687e4f62ac45cbc3644d71bc08e710947efa5914ed5bfd6e6e938a4e786723d

Contents?: true

Size: 238 Bytes

Versions: 19

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :dev do
  gem 'method_source'
  gem 'pry'
  gem 'pry-doc'
  gem 'rubocop', require: false
end

group :test do
  gem 'faraday'
  gem 'rack'
  gem 'simplecov'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
stream-chat-ruby-2.16.0 Gemfile
stream-chat-ruby-2.15.0 Gemfile
stream-chat-ruby-2.14.0 Gemfile
stream-chat-ruby-2.13.0 Gemfile
stream-chat-ruby-2.12.0 Gemfile
stream-chat-ruby-2.11.3 Gemfile
stream-chat-ruby-2.11.2 Gemfile
stream-chat-ruby-2.11.1 Gemfile
stream-chat-ruby-2.11.0 Gemfile
stream-chat-ruby-2.10.0 Gemfile
stream-chat-ruby-2.9.0 Gemfile
stream-chat-ruby-2.8.0 Gemfile
stream-chat-ruby-2.6.0 Gemfile
stream-chat-ruby-2.5.0 Gemfile
stream-chat-ruby-2.4.0 Gemfile
stream-chat-ruby-2.3.0 Gemfile
stream-chat-ruby-2.2.0 Gemfile
stream-chat-ruby-2.1.0 Gemfile
stream-chat-ruby-2.0.0 Gemfile