Skip to content

Commit

Permalink
Bump versions of many dependencies and move QME to 3.0.3
Browse files Browse the repository at this point in the history
Bump rails, minitest, etc. Dump turn.
  • Loading branch information
eedrummer committed Aug 27, 2014
1 parent 93d14c9 commit b95974f
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 67 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -7,8 +7,3 @@ gem 'pry'
gem 'pry-nav'
gem 'pry-rescue'
gem 'pry-stack_explorer'

group :test do
gem "minitest", "~> 4.0"
gem 'turn', :require => false
end
109 changes: 56 additions & 53 deletions Gemfile.lock
@@ -1,45 +1,46 @@
PATH
remote: .
specs:
quality-measure-engine (3.0.2)
quality-measure-engine (3.0.3)
delayed_job_mongoid (~> 2.1.0)
mongoid (~> 4.0.0)
moped (~> 2.0.0.beta6)
moped (~> 2.0.0)
rubyzip (~> 0.9.9)

GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.6)
actionpack (= 4.0.6)
actionmailer (4.1.5)
actionpack (= 4.1.5)
actionview (= 4.1.5)
mail (~> 2.5.4)
actionpack (4.0.6)
activesupport (= 4.0.6)
builder (~> 3.1.0)
erubis (~> 2.7.0)
actionpack (4.1.5)
actionview (= 4.1.5)
activesupport (= 4.1.5)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.6)
activesupport (= 4.0.6)
builder (~> 3.1.0)
activerecord (4.0.6)
activemodel (= 4.0.6)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.6)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.6)
actionview (4.1.5)
activesupport (= 4.1.5)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.5)
activesupport (= 4.1.5)
builder (~> 3.1)
activerecord (4.1.5)
activemodel (= 4.1.5)
activesupport (= 4.1.5)
arel (~> 5.0.0)
activesupport (4.1.5)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
ansi (1.4.3)
arel (4.0.2)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bson (2.3.0)
builder (3.1.4)
builder (3.2.2)
coderay (1.1.0)
connection_pool (2.0.0)
debug_inspector (0.0.2)
Expand All @@ -48,16 +49,18 @@ GEM
delayed_job_mongoid (2.1.0)
delayed_job (>= 3.0, < 5)
mongoid (>= 3.0, < 5)
docile (1.1.5)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.9)
i18n (0.6.11)
interception (0.5)
json (1.8.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.25.1)
minitest (4.7.5)
minitest (5.4.0)
mongoid (4.0.0)
activemodel (~> 4.0)
moped (~> 2.0.0)
Expand All @@ -71,12 +74,12 @@ GEM
optionable (0.2.0)
origin (2.1.1)
polyglot (0.3.5)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-nav (0.2.3)
pry (~> 0.9.10)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
pry-rescue (1.4.1)
interception (>= 0.5)
pry
Expand All @@ -86,26 +89,29 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.6)
actionmailer (= 4.0.6)
actionpack (= 4.0.6)
activerecord (= 4.0.6)
activesupport (= 4.0.6)
rails (4.1.5)
actionmailer (= 4.1.5)
actionpack (= 4.1.5)
actionview (= 4.1.5)
activemodel (= 4.1.5)
activerecord (= 4.1.5)
activesupport (= 4.1.5)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.6)
railties (= 4.1.5)
sprockets-rails (~> 2.0)
railties (4.0.6)
actionpack (= 4.0.6)
activesupport (= 4.0.6)
railties (4.1.5)
actionpack (= 4.1.5)
activesupport (= 4.1.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rubyzip (0.9.9)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.5.0)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
sprockets (2.12.1)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -121,21 +127,18 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turn (0.9.7)
ansi
minitest (~> 4)
tzinfo (0.3.39)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
minitest (~> 4.0)
minitest (~> 5.4.0)
pry
pry-nav
pry-rescue
pry-stack_explorer
quality-measure-engine!
rails (~> 4.0.4)
simplecov (~> 0.7.1)
turn
rails (~> 4.1.5)
simplecov (~> 0.9.0)
2 changes: 1 addition & 1 deletion lib/qme/version.rb
@@ -1,3 +1,3 @@
module QME
VERSION = "3.0.2"
VERSION = "3.0.3"
end
8 changes: 4 additions & 4 deletions quality-measure-engine.gemspec
Expand Up @@ -17,12 +17,12 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'moped', '~> 2.0.0.beta6'
gem.add_dependency 'moped', '~> 2.0.0'
gem.add_dependency 'mongoid', '~> 4.0.0'
gem.add_dependency 'rubyzip', '~> 0.9.9'
gem.add_dependency 'delayed_job_mongoid', '~> 2.1.0'

gem.add_development_dependency "minitest", "~> 4.1.0"
gem.add_development_dependency "simplecov", "~> 0.7.1"
gem.add_development_dependency "rails", "~> 4.0.4"
gem.add_development_dependency "minitest", "~> 5.4.0"
gem.add_development_dependency "simplecov", "~> 0.9.0"
gem.add_development_dependency "rails", "~> 4.1.5"
end
7 changes: 3 additions & 4 deletions test/test_helper.rb
@@ -1,9 +1,8 @@
require 'simplecov_setup'
require 'minitest/autorun'
require 'quality-measure-engine'
require 'test/unit'
require 'turn'
require 'pry-nav'

Mongoid.load!(File.join(File.dirname(__FILE__),"mongoid.yml"), :test)

class MiniTest::Unit::TestCase
Expand All @@ -20,11 +19,11 @@ def load_system_js
}
)
end

end

# Add more helper methods to be used by all tests here...

def collection_fixtures(db, collection, *id_attributes)
db[collection].drop
Dir.glob(File.join(File.dirname(__FILE__), 'fixtures', collection, '*.json')).each do |json_fixture_file|
Expand Down

0 comments on commit b95974f

Please sign in to comment.