diff options
| author | realtradam <[email protected]> | 2021-07-10 03:09:36 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-10 03:09:36 -0400 |
| commit | aab35c0f098d695b7cf53c14a8b08a9b4a24550d (patch) | |
| tree | 84dd6b9b5787fce8f1bab84761c80818fea783d7 /Gemfile.lock | |
| parent | fea1879f371d5c6d68439b9ab9c64d9a61d92d1c (diff) | |
| download | FelECS-2.0.0.tar.gz FelECS-2.0.0.zip | |
entities and components now reference each other with objects2.0.0
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6f1c26c..b0da32d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - felflame (1.0.2) + felflame (2.0.0) GEM remote: https://rubygems.org/ @@ -18,10 +18,10 @@ GEM minitest (>= 5.0) ruby-progressbar parallel (1.20.1) - parser (3.0.1.1) + parser (3.0.2.0) ast (~> 2.4.1) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) redcarpet (3.5.1) regexp_parser (2.1.1) rexml (3.2.5) @@ -38,7 +38,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.17.0) + rubocop (1.18.3) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) |
