summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* reorder gemsKornelius Kalnbach2019-11-241-1/+1
|
* add SimpleCovKornelius Kalnbach2019-11-241-0/+1
|
* add RSpecKornelius Kalnbach2019-11-241-0/+1
|
* reorder gemsKornelius Kalnbach2019-11-241-4/+4
|
* Add Ruby 2.6 fixing issuesJun Aruga2019-02-141-1/+1
| | | | | * Remove existing Tokens#filter (Array#filter) for Ruby 2.6 compatibility. * Install proper version's rdoc considering installed Ruby version.
* fixing gems for Ruby 1.9Kornelius Kalnbach2017-09-031-7/+7
|
* restore support for Ruby 1.8.7Kornelius Kalnbach2017-09-031-9/+9
|
* update more gemsKornelius Kalnbach2017-09-031-4/+4
|
* update development gemsKornelius Kalnbach2017-09-031-2/+2
|
* does this version work with JRuby?Kornelius Kalnbach2017-01-151-1/+1
|
* downgrade shoulda-contextKornelius Kalnbach2017-01-151-1/+1
|
* fixing tests...Kornelius Kalnbach2017-01-151-1/+1
|
* fixing testsKornelius Kalnbach2017-01-151-2/+2
|
* fix tests for Ruby 1.8Kornelius Kalnbach2016-04-031-1/+1
|
* fix issue with tins on older Ruby versionsKornelius Kalnbach2016-02-131-0/+1
|
* Test against Ruby 2.1 and 2.2 on Travis CIRyunosuke SATO2014-11-121-0/+1
|
* relax gem version requirementsKornelius Kalnbach2014-05-181-3/+3
|
* update term-ansicolor dependencyKornelius Kalnbach2014-02-221-1/+1
|
* update term-ansicolorKornelius Kalnbach2013-06-091-1/+1
|
* update shoulda-contextKornelius Kalnbach2013-06-091-1/+1
|
* fix term-ansicolor version to prevent warnings spam on rake test:scanners (#128)Kornelius Kalnbach2013-05-241-2/+2
|
* add source :rubygems back to GemfileKornelius Kalnbach2013-03-111-0/+3
|
* remove rdoc from GemfileKornelius Kalnbach2013-03-111-2/+1
|
* remove activesupport from GemfileKornelius Kalnbach2013-03-111-1/+0
|
* cleanup GemfileKornelius Kalnbach2013-03-101-6/+5
|
* ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8Kornelius Kalnbach2012-10-071-1/+1
|
* update to shoulda-context 1.0.0 after release!Kornelius Kalnbach2011-12-121-1/+1
|
* relax bundler gem version requirementv1.0.4Kornelius Kalnbach2011-11-021-1/+1
|
* fix RedCloth gem versionv1.0.0.835rc1Kornelius Kalnbach2011-08-291-1/+1
|
* fix some JRuby test problemsKornelius Kalnbach2011-08-271-1/+1
|
* add term-ansicolor to development dependencies, fix Ruby 1.8.6 warningKornelius Kalnbach2011-08-221-0/+1
|
* enabling 1.8.6 tests; do they work?Kornelius Kalnbach2011-08-211-3/+3
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-0/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-0/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-081-0/+13
that CodeRay needs to test and build.