thoughtbot--shoulda-matchers/gemfiles/4.2.gemfile.lock

247 lines
5.8 KiB
Plaintext
Raw Normal View History

2014-12-24 21:27:51 +00:00
GEM
remote: https://rubygems.org/
specs:
2017-11-09 04:26:30 +00:00
actionmailer (4.2.10)
actionpack (= 4.2.10)
actionview (= 4.2.10)
activejob (= 4.2.10)
2014-12-24 21:27:51 +00:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
2017-11-09 04:26:30 +00:00
actionpack (4.2.10)
actionview (= 4.2.10)
activesupport (= 4.2.10)
rack (~> 1.6)
2014-12-24 21:27:51 +00:00
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2017-11-09 04:26:30 +00:00
actionview (4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2017-11-09 04:26:30 +00:00
activejob (4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
globalid (>= 0.3.0)
2017-11-09 04:26:30 +00:00
activemodel (4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
builder (~> 3.1)
2017-11-09 04:26:30 +00:00
activerecord (4.2.10)
activemodel (= 4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
arel (~> 6.0)
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.1)
2017-11-09 04:26:30 +00:00
activesupport (4.2.10)
2014-12-24 21:27:51 +00:00
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ansi (1.5.0)
2018-01-24 06:01:41 +00:00
appraisal (2.2.0)
2014-12-24 21:27:51 +00:00
bundler
rake
thor (>= 0.14.0)
arel (6.0.4)
2017-11-09 04:26:30 +00:00
bcrypt (3.1.11)
builder (3.2.3)
2017-11-09 04:26:30 +00:00
byebug (9.1.0)
coderay (1.1.2)
2017-11-09 04:26:30 +00:00
coffee-rails (4.1.1)
2014-12-24 21:27:51 +00:00
coffee-script (>= 2.2.0)
2017-11-09 04:26:30 +00:00
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
2014-12-24 21:27:51 +00:00
coffee-script-source
execjs
2017-11-09 04:26:30 +00:00
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
2017-11-09 04:26:30 +00:00
crass (1.0.2)
diff-lcs (1.3)
2014-12-24 21:27:51 +00:00
erubis (2.7.0)
2017-11-09 04:26:30 +00:00
execjs (2.7.0)
ffi (1.9.18)
2015-09-24 05:59:18 +00:00
fssm (0.2.10)
globalid (0.4.0)
activesupport (>= 4.2.0)
i18n (0.8.6)
2017-11-09 04:26:30 +00:00
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
2014-12-24 21:27:51 +00:00
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
2017-11-09 04:26:30 +00:00
loofah (2.1.1)
crass (~> 1.0.2)
2014-12-24 21:27:51 +00:00
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
2017-11-09 04:26:30 +00:00
mini_portile2 (2.3.0)
minitest (5.10.3)
2017-11-09 04:26:30 +00:00
minitest-reporters (1.1.14)
2014-12-24 21:27:51 +00:00
ansi
builder
minitest (>= 5.0)
ruby-progressbar
2017-11-09 04:26:30 +00:00
multi_json (1.12.2)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
pg (0.21.0)
protected_attributes (1.0.9)
2014-12-24 21:27:51 +00:00
activemodel (>= 4.0.1, < 5.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.1)
byebug (~> 9.1)
2015-04-02 15:42:53 +00:00
pry (~> 0.10)
2017-11-09 04:26:30 +00:00
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
rack (1.6.8)
2015-01-05 21:00:27 +00:00
rack-test (0.6.3)
2014-12-24 21:27:51 +00:00
rack (>= 1.0)
2017-11-09 04:26:30 +00:00
rails (4.2.10)
actionmailer (= 4.2.10)
actionpack (= 4.2.10)
actionview (= 4.2.10)
activejob (= 4.2.10)
activemodel (= 4.2.10)
activerecord (= 4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
bundler (>= 1.3.0, < 2.0)
2017-11-09 04:26:30 +00:00
railties (= 4.2.10)
2014-12-24 21:27:51 +00:00
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8)
2014-12-24 21:27:51 +00:00
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6)
2014-12-24 21:27:51 +00:00
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
2014-12-24 21:27:51 +00:00
loofah (~> 2.0)
2017-11-09 04:26:30 +00:00
rails-observers (0.1.5)
activemodel (>= 4.0)
railties (4.2.10)
actionpack (= 4.2.10)
activesupport (= 4.2.10)
2014-12-24 21:27:51 +00:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2018-01-26 03:27:39 +00:00
rake (12.3.0)
2017-11-09 04:26:30 +00:00
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.3.0)
2017-11-09 04:26:30 +00:00
redcarpet (3.4.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
2014-12-24 21:27:51 +00:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
2017-11-09 04:26:30 +00:00
rspec-rails (3.6.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
2017-11-09 04:26:30 +00:00
ruby-progressbar (1.8.1)
sass (3.5.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
2014-12-24 21:27:51 +00:00
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
2015-09-24 05:59:18 +00:00
tilt (>= 1.1, < 3)
2017-11-09 04:26:30 +00:00
sdoc (0.4.2)
2014-12-24 21:27:51 +00:00
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
2017-11-09 04:26:30 +00:00
shoulda-context (1.2.2)
spring (2.0.2)
activesupport (>= 4.2)
2014-12-24 21:27:51 +00:00
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2017-11-09 04:26:30 +00:00
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
2017-11-09 04:26:30 +00:00
sqlite3 (1.3.13)
thor (0.20.0)
thread_safe (0.3.6)
2017-11-09 04:26:30 +00:00
tilt (2.0.8)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
2014-12-24 21:27:51 +00:00
thread_safe (~> 0.1)
2017-11-09 04:26:30 +00:00
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
yard (0.9.9)
zeus (0.15.14)
method_source (>= 0.6.7)
2014-12-24 21:27:51 +00:00
PLATFORMS
ruby
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
2018-01-24 06:01:41 +00:00
appraisal (= 2.2.0)
2014-12-24 21:27:51 +00:00
bcrypt (~> 3.1.7)
bundler (~> 1.1)
2015-01-05 21:00:27 +00:00
coffee-rails (~> 4.1.0)
2015-09-24 05:59:18 +00:00
fssm
jbuilder (~> 2.0)
2014-12-24 21:27:51 +00:00
jdbc-sqlite3
jquery-rails
jruby-openssl
json (~> 1.4)
2014-12-24 21:27:51 +00:00
minitest-reporters
pg
2014-12-24 21:27:51 +00:00
protected_attributes (~> 1.0.6)
pry
2015-04-02 15:42:53 +00:00
pry-byebug
2014-12-24 21:27:51 +00:00
pygments.rb
rails (~> 4.2.9)
2018-01-26 03:27:39 +00:00
rake (= 12.3.0)
2014-12-24 21:27:51 +00:00
redcarpet
rspec (~> 3.6)
rspec-rails (~> 3.6)
2014-12-24 21:27:51 +00:00
sass-rails (~> 5.0)
2017-09-18 00:18:50 +00:00
sdoc (~> 0.4.0)
2014-12-24 21:27:51 +00:00
shoulda-context (~> 1.2.0)
spring
spring-commands-rspec
sqlite3
therubyrhino
2017-09-18 00:18:50 +00:00
turbolinks
2014-12-24 21:27:51 +00:00
uglifier (>= 1.3.0)
yard
zeus
BUNDLED WITH
2018-01-26 03:27:39 +00:00
1.16.1