Skip to content

Commit

Permalink
Close #114 Update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansobol committed Aug 18, 2014
1 parent e7e1aae commit 281f6b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -17,6 +17,7 @@
* Upgrade rspec to v3.0.0 [GH#110](https://github.com/ryansobol/mango/issues/110)
* Upgrade yard to v0.8.7.4 [GH#111](https://github.com/ryansobol/mango/issues/111)
* Upgrade mango to v0.9.0 [GH#112](https://github.com/ryansobol/mango/issues/112)
* Update app dependencies [GH#114](https://github.com/ryansobol/mango/issues/114)

### Documentation

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -133,8 +133,8 @@ First, create a new directory for your app.
Then, create a `Gemfile` wit the following contents:

source "http://rubygems.org"
ruby "2.1.0"
gem "mango", "~> 0.8.0"
ruby "2.1.2"
gem "mango", "~> 0.9.0"

### Installing the Mango gem

Expand Down
4 changes: 2 additions & 2 deletions lib/mango/templates/Gemfile
@@ -1,3 +1,3 @@
source "http://rubygems.org"
ruby "2.1.0"
gem "mango", "~> 0.8.0"
ruby "2.1.2"
gem "mango", "~> 0.9.0"
4 changes: 2 additions & 2 deletions spec/lib/runner_spec.rb
Expand Up @@ -80,8 +80,8 @@
expect(expected).to be_a_file
expect(File.read(expected)).to eq <<-EOS
source "http://rubygems.org"
ruby "2.1.0"
gem "mango", "~> 0.8.0"
ruby "2.1.2"
gem "mango", "~> 0.9.0"
EOS
end

Expand Down

0 comments on commit 281f6b8

Please sign in to comment.