Skip to content

Commit

Permalink
Merge pull request #161 from nats-io/update-gems
Browse files Browse the repository at this point in the history
Update Gemfile.lock in the repo
  • Loading branch information
wallyqs authored May 17, 2019
2 parents 77d8a8e + cd03b9b commit 7a75b53
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rvm:
- 2.3.5
- 2.4.3
- 2.5.0
- 2.4
- 2.5
- ruby-head

cache:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ group :server do
gem 'daemons'
gem 'json_pure'
gem 'thin'
gem 'rack', ">= 2.0.6"
end
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ PATH
GEM
remote: http://rubygems.org/
specs:
daemons (1.2.6)
daemons (1.3.1)
diff-lcs (1.3)
eventmachine (1.2.7)
json_pure (2.1.0)
rack (2.0.5)
rake (12.3.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
json_pure (2.2.0)
rack (2.0.7)
rake (12.3.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
Expand All @@ -38,9 +38,10 @@ DEPENDENCIES
daemons
json_pure
nats!
rack (>= 2.0.6)
rake
rspec
thin

BUNDLED WITH
1.16.3
2.0.1

0 comments on commit 7a75b53

Please sign in to comment.