Files
crono/Gemfile.lock
Dzmitry Plashchynski ab9285ce0b Add Rspec
2015-03-01 14:47:56 +02:00

51 lines
1.0 KiB
Plaintext

PATH
remote: .
specs:
periodicity (0.0.1)
activejob
GEM
remote: https://rubygems.org/
specs:
activejob (4.2.0)
activesupport (= 4.2.0)
globalid (>= 0.3.0)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
diff-lcs (1.2.5)
globalid (0.3.3)
activesupport (>= 4.1.0)
i18n (0.7.0)
json (1.8.2)
minitest (5.5.1)
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.1)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.0.0)
periodicity!
rake
rspec (~> 3.0)