Skip to content

Commit

Permalink
Merge pull request #1 from malclocke/update_rack_version_in_gemfile
Browse files Browse the repository at this point in the history
Update rack in Gemfile as well as Gemfile.lock
  • Loading branch information
djones committed Jul 5, 2011
2 parents 48c8178 + 8d5b622 commit c318e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rack', '1.2.1'
gem 'rack', '1.2.2'
gem 'rails', '3.0.5'
gem 'octopi'
# Bundle edge Rails instead:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ DEPENDENCIES
mysql
mysql2
octopi
rack (= 1.2.1)
rack (= 1.2.2)
rails (= 3.0.5)
sqlite3

0 comments on commit c318e2d

Please sign in to comment.