Skip to content

Commit

Permalink
chore: pin dependencies versions (#109)
Browse files Browse the repository at this point in the history
* chore: pin dependencies versions

This will prevent from unexpected issues
with new versions of gems.

* fix: fix tests and re-generated sorbet

* fix: another sorbet change
  • Loading branch information
ffenix113 authored Aug 26, 2022
1 parent d312d76 commit 66dc80b
Show file tree
Hide file tree
Showing 9 changed files with 7,918 additions and 5,559 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/test/version_tmp/
/tmp/
.vscode
.idea
.DS_Store

# Used by dotenv library to load environment variables.
# .env
Expand Down Expand Up @@ -43,7 +45,7 @@ build-iPhoneSimulator/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
Gemfile.lock
# Gemfile.lock # See https://github.com/rubygems/rubygems/issues/3372 for more info
.ruby-version
# .ruby-gemset

Expand Down
17 changes: 9 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ source 'https://rubygems.org'
gemspec

group :dev do
gem 'method_source'
gem 'pry'
gem 'pry-doc'
gem 'rubocop', require: false
gem 'sorbet'
gem 'method_source', '= 1.0.0'
gem 'pry', '= 0.14.1'
gem 'pry-doc', '= 1.3.0'
gem 'rubocop', '= 1.28.2', require: false
gem 'rubocop-ast', '= 1.17.0', require: false
gem 'sorbet', '= 0.5.10346'
end

group :test do
gem 'rack'
gem 'simplecov'
gem 'simplecov-console'
gem 'rack', '= 2.2.3'
gem 'simplecov', '= 0.21.2'
gem 'simplecov-console', '= 0.9.1'
end
130 changes: 130 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
PATH
remote: .
specs:
stream-chat-ruby (3.0.0)
faraday (= 1.10.0)
faraday-multipart (= 1.0.3)
faraday-net_http_persistent (= 1.2.0)
jwt (= 2.3.0)
net-http-persistent (= 4.0.1)
sorbet-runtime (= 0.5.10354)

GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
coderay (1.1.3)
connection_pool (2.2.5)
diff-lcs (1.5.0)
docile (1.4.0)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
jwt (2.3.0)
method_source (1.0.0)
multipart-post (2.2.3)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-doc (1.3.0)
pry (~> 0.11)
yard (~> 0.9.11)
rack (2.2.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-console (0.9.1)
ansi
simplecov
terminal-table
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.10346)
sorbet-static (= 0.5.10346)
sorbet-runtime (0.5.10354)
sorbet-static (0.5.10346-universal-darwin-21)
sorbet-static (0.5.10346-x86_64-linux)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.2.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
method_source (= 1.0.0)
pry (= 0.14.1)
pry-doc (= 1.3.0)
rack (= 2.2.3)
rake (= 13.0.6)
rspec (= 3.11.0)
rubocop (= 1.28.2)
rubocop-ast (= 1.17.0)
simplecov (= 0.21.2)
simplecov-console (= 0.9.1)
sorbet (= 0.5.10346)
stream-chat-ruby!

BUNDLED WITH
2.3.20
Loading

0 comments on commit 66dc80b

Please sign in to comment.