Merge branch 'master' into convert-to-engine-rspec

This commit is contained in:
Dzmitry Plashchynski
2022-05-29 20:32:06 +03:00
committed by GitHub
7 changed files with 94 additions and 43 deletions

View File

@@ -2,7 +2,8 @@ PATH
remote: .
specs:
crono (1.1.2)
rails (>= 4.0)
rails (>= 5.2.8)
GEM
remote: https://rubygems.org/
@@ -61,6 +62,12 @@ GEM
marcel (~> 0.3.1)
mimemagic (~> 0.3.2)
activesupport (6.1.2.1)
activemodel (7.0.3)
activesupport (= 7.0.3)
activerecord (7.0.3)
activemodel (= 7.0.3)
activesupport (= 7.0.3)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -168,16 +175,66 @@ PLATFORMS
arm64-darwin-20
DEPENDENCIES
byebug (11.1.3)
concurrent-ruby (1.1.10)
daemons (1.4.1)
diff-lcs (1.5.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.6)
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)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
sqlite3 (1.4.2)
temple (0.8.2)
tilt (2.0.10)
timecop (0.9.5)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
PLATFORMS
arm64-darwin-21
DEPENDENCIES
bundler (>= 2)
byebug
combustion (~> 1.3)
crono!
daemons
rack-test
rake (>= 10.0)
rspec (>= 3.0)
rspec-rails (>= 4.0)
rake (>= 13.0.1)
rspec (>= 3.10)
sinatra
sqlite3
timecop (>= 0.7)
BUNDLED WITH
2.2.7
2.3.14