Skip to content

Commit

Permalink
Bump version and update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Anderson committed Mar 26, 2018
1 parent 9d8b55b commit 400d911
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions support/ruby/collins-shell/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
collins_shell (0.2.24sc1)
collins_shell (0.2.25sc3)
collins_client (~> 0.2.20)
highline (~> 1.6.15)
mustache (~> 0.99.4)
pry (~> 0.9.9.6)
pry (~> 0)
terminal-table (~> 1.4.5)
thor (~> 0.19.0)

Expand All @@ -20,7 +20,7 @@ GEM
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
coderay (1.0.9)
coderay (1.1.2)
collins_client (0.2.21)
httparty (~> 0.11.0)
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -53,7 +53,7 @@ GEM
rdoc
semver2
jwt (1.5.6)
method_source (0.7.1)
method_source (0.9.0)
mime-types (2.99.3)
mini_portile2 (2.3.0)
multi_json (1.13.1)
Expand All @@ -75,14 +75,13 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
psych (3.0.2)
rack (2.0.4)
rake (12.3.0)
rdoc (6.0.1)
rake (12.3.1)
rdoc (6.0.3)
redcarpet (3.4.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
Expand All @@ -98,7 +97,6 @@ GEM
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
semver2 (3.4.2)
slop (2.4.4)
terminal-table (1.4.5)
thor (0.19.4)
thread_safe (0.3.6)
Expand Down
2 changes: 1 addition & 1 deletion support/ruby/collins-shell/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.25sc2
0.2.25sc3

0 comments on commit 400d911

Please sign in to comment.