Skip to content

Commit

Permalink
Gemfile locks reordered by bundler version, min and max versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommeier committed Nov 9, 2011
1 parent d758720 commit 9db73e4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails2.gemfile.lock
Expand Up @@ -49,7 +49,7 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
tilt (1.3.3)
vegas (0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails2_paperclip_2_3.gemfile.lock
Expand Up @@ -49,7 +49,7 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
tilt (1.3.3)
vegas (0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3.gemfile.lock
Expand Up @@ -89,7 +89,7 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails3_1.gemfile.lock
Expand Up @@ -96,11 +96,11 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sprockets (2.0.0)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails3_1_paperclip_2_3.gemfile.lock
Expand Up @@ -96,11 +96,11 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sprockets (2.0.0)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3_paperclip_2_3.gemfile.lock
Expand Up @@ -89,7 +89,7 @@ GEM
vegas (~> 0.1.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
Expand Down

0 comments on commit 9db73e4

Please sign in to comment.