Skip to content

Commit

Permalink
update those gems which can be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-graham committed Mar 11, 2015
1 parent 7773a24 commit 5a05fc3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ end

group :test do
gem 'rspec'
gem 'cucumber', '>= 2.0.0.beta.3'
gem 'cucumber', '>= 2.0.0.rc.4'
gem 'delorean'
gem 'rack-test'
gem 'webmock'
Expand Down
69 changes: 35 additions & 34 deletions Gemfile.lock
Expand Up @@ -41,7 +41,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.6)
addressable (2.3.7)
awesome_print (1.6.1)
blankslate (2.1.2.4)
builder (3.2.2)
Expand All @@ -50,14 +50,14 @@ GEM
numerizer (~> 0.1.1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
cucumber (2.0.0.beta.5)
cucumber (2.0.0.rc.4)
builder (>= 2.1.2)
cucumber-core (~> 1.0.0.beta.4)
cucumber-core (~> 1.1.0)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1)
cucumber-core (1.0.0.beta.4)
multi_test (>= 0.1.2)
cucumber-core (1.1.1)
gherkin (~> 2.12.0)
dante (0.2.0)
delorean (2.1.0)
Expand All @@ -78,33 +78,33 @@ GEM
mime-types (2.4.3)
minitest (5.5.1)
msgpack (0.5.11)
multi_json (1.10.1)
multi_test (0.1.1)
multi_json (1.11.0)
multi_test (0.1.2)
numerizer (0.1.1)
oj (2.11.4)
pact (1.5.0)
pact (1.6.0)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-mock_service (~> 0.2.3)
pact-support (~> 0.2.1)
pact-mock_service (~> 0.4.0)
pact-support (~> 0.3.0)
rack-test (~> 0.6.2)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
webrick
pact-mock_service (0.2.3)
pact-mock_service (0.4.2)
find_a_port (~> 1.0.1)
json
pact-support (~> 0.2.1)
pact-support (~> 0.3.0)
rack
rack-test (~> 0.6.2)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
webrick
pact-support (0.2.1)
pact-support (0.3.1)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
Expand All @@ -122,30 +122,31 @@ GEM
rack (>= 1.0)
rake (10.4.2)
randexp (0.1.7)
rbtrace (0.4.6)
rbtrace (0.4.7)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
trollop (>= 1.16.2)
redis (3.2.0)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
redis (3.2.1)
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.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
ruby-prof (0.15.2)
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)
ruby-prof (0.15.6)
safe_yaml (1.0.4)
simplecov (0.9.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand All @@ -154,12 +155,12 @@ GEM
tins (~> 1.0)
terminal-table (1.4.5)
thor (0.19.1)
thread_safe (0.3.4)
thread_safe (0.3.5)
tilt (1.4.1)
tins (1.3.3)
tins (1.3.5)
toml (0.1.2)
parslet (~> 1.5.0)
trollop (2.1.1)
trollop (2.1.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2015.1)
Expand All @@ -174,7 +175,7 @@ PLATFORMS
ruby

DEPENDENCIES
cucumber (>= 2.0.0.beta.3)
cucumber (>= 2.0.0.rc.4)
delorean
flapjack!
pact
Expand Down

0 comments on commit 5a05fc3

Please sign in to comment.