1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Gemfile.lock
Elliot Winkler 56ded0548d Add support for Ruby 2.2
Secondary author: Luciano Sousa <ls@lucianosousa.net>

Also, upgrade to rspec-rails 3.2.0 explicitly. (See
b7fe87ae91 for an explanation of why 3.2.0
is necessary here.)
2015-02-09 11:46:25 -07:00

48 lines
946 B
Text

GEM
remote: https://rubygems.org/
specs:
appraisal (1.0.2)
bundler
rake
thor (>= 0.14.0)
coderay (1.1.0)
diff-lcs (1.2.5)
method_source (0.8.2)
posix-spawn (0.3.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
pygments.rb (0.3.7)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rake (10.4.2)
redcarpet (3.0.0)
rspec-core (3.2.0)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.1)
slop (3.6.0)
thor (0.19.1)
watchr (0.7)
yajl-ruby (1.1.0)
yard (0.8.7.3)
PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 1.0)
bundler (~> 1.1)
pry-nav
pygments.rb
rake (~> 10.0)
redcarpet
rspec-core (>= 3.2.0, < 4)
rspec-expectations (>= 3.2.0, < 4)
watchr
yard