Sha256: 4256b66575c74fc922ae3d833bbb564f7c6da7239ee77cca156a41e9f3ed2395
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
source 'https://rubygems.org' gemspec case ENV['RAILS'] when '5' gem 'actionpack', '5.0.0.rc1' when '4' gem 'actionpack', '~> 4.2' end group :development do gem 'sdoc', '~> 0.4.1' gem 'pry', '~> 0.10.1' gem 'pry-byebug', '~> 3.2.0' gem 'telegram-bot-types', '~> 0.2.0' gem 'rspec', '~> 3.3.0' gem 'rspec-its', '~> 1.1.0' gem 'rubocop', '~> 0.37.0' gem 'coveralls', '~> 0.8.2', require: false end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-0.9.0 | Gemfile |
telegram-bot-0.9.0.alpha2 | Gemfile |
telegram-bot-0.9.0.alpha1 | Gemfile |
telegram-bot-0.8.0 | Gemfile |