mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-15 09:12:52 +02:00
Bundle with bundler 2
This commit is contained in:
+39
-39
@@ -8,47 +8,47 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (5.0.0.1)
|
activemodel (7.0.3)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 7.0.3)
|
||||||
activerecord (5.0.0.1)
|
activerecord (7.0.3)
|
||||||
activemodel (= 5.0.0.1)
|
activemodel (= 7.0.3)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 7.0.3)
|
||||||
arel (~> 7.0)
|
activesupport (7.0.3)
|
||||||
activesupport (5.0.0.1)
|
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (~> 0.7)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 2.0)
|
||||||
arel (7.1.4)
|
byebug (11.1.3)
|
||||||
byebug (9.0.6)
|
concurrent-ruby (1.1.10)
|
||||||
concurrent-ruby (1.0.2)
|
daemons (1.4.1)
|
||||||
daemons (1.2.4)
|
diff-lcs (1.5.0)
|
||||||
diff-lcs (1.2.5)
|
haml (5.2.2)
|
||||||
haml (4.0.7)
|
temple (>= 0.8.0)
|
||||||
tilt
|
tilt
|
||||||
i18n (0.7.0)
|
i18n (1.10.0)
|
||||||
minitest (5.9.1)
|
concurrent-ruby (~> 1.0)
|
||||||
|
minitest (5.15.0)
|
||||||
mustermann (1.1.1)
|
mustermann (1.1.1)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
rack (2.2.3)
|
rack (2.2.3.1)
|
||||||
rack-protection (2.2.0)
|
rack-protection (2.2.0)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0, < 3)
|
||||||
rake (11.3.0)
|
rake (13.0.6)
|
||||||
rspec (3.5.0)
|
rspec (3.11.0)
|
||||||
rspec-core (~> 3.5.0)
|
rspec-core (~> 3.11.0)
|
||||||
rspec-expectations (~> 3.5.0)
|
rspec-expectations (~> 3.11.0)
|
||||||
rspec-mocks (~> 3.5.0)
|
rspec-mocks (~> 3.11.0)
|
||||||
rspec-core (3.5.4)
|
rspec-core (3.11.0)
|
||||||
rspec-support (~> 3.5.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-expectations (3.5.0)
|
rspec-expectations (3.11.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.5.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-mocks (3.5.0)
|
rspec-mocks (3.11.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.5.0)
|
rspec-support (~> 3.11.0)
|
||||||
rspec-support (3.5.0)
|
rspec-support (3.11.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
sinatra (2.2.0)
|
sinatra (2.2.0)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
@@ -56,14 +56,14 @@ GEM
|
|||||||
rack-protection (= 2.2.0)
|
rack-protection (= 2.2.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
sqlite3 (1.4.2)
|
sqlite3 (1.4.2)
|
||||||
thread_safe (0.3.5)
|
temple (0.8.2)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
timecop (0.8.1)
|
timecop (0.9.5)
|
||||||
tzinfo (1.2.2)
|
tzinfo (2.0.4)
|
||||||
thread_safe (~> 0.1)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
arm64-darwin-21
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bundler (>= 1.0.0)
|
bundler (>= 1.0.0)
|
||||||
@@ -79,4 +79,4 @@ DEPENDENCIES
|
|||||||
timecop (>= 0.7)
|
timecop (>= 0.7)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.6
|
2.3.14
|
||||||
|
|||||||
Reference in New Issue
Block a user