Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb79f78

Browse files
committed
reorder gems
1 parent1e66d13 commitcb79f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Gemfile‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ gemspec
77
# Include everything needed to run rake, tests, features, etc.
88
group:developmentdo
99
gem'bundler'
10+
gem'json','>= 1.8'ifRUBY_VERSION <'1.9'
1011
gem'rake',RUBY_VERSION <'1.9' ?'~> 10.5' :'>= 10.5'
12+
gem'rdoc',Gem::Version.new(RUBY_VERSION) <Gem::Version.new('1.9.3') ?'~> 4.2.2' :Gem::Version.new(RUBY_VERSION) <Gem::Version.new('2.2.2') ?'< 6' :'>= 6'
1113
gem'RedCloth',RUBY_PLATFORM =='java' ?'= 4.2.9' :'>= 4.0.3'
12-
gem'term-ansicolor',RUBY_VERSION <'2.0' ?'~> 1.3.2' :'>= 1.3.2'
13-
gem'tins',RUBY_VERSION <'2.0' ?'~> 1.6.0' :'>= 1.6.0'
1414
gem'shoulda-context',RUBY_VERSION <'1.9' ?'= 1.2.1' :'>= 1.2.1'
15+
gem'term-ansicolor',RUBY_VERSION <'2.0' ?'~> 1.3.2' :'>= 1.3.2'
1516
gem'test-unit',RUBY_VERSION <'1.9' ?'~> 2.0' :'>= 3.0'
16-
gem'json','>= 1.8'ifRUBY_VERSION <'1.9'
17-
gem'rdoc',Gem::Version.new(RUBY_VERSION) <Gem::Version.new('1.9.3') ?'~> 4.2.2' :Gem::Version.new(RUBY_VERSION) <Gem::Version.new('2.2.2') ?'< 6' :'>= 6'
17+
gem'tins',RUBY_VERSION <'2.0' ?'~> 1.6.0' :'>= 1.6.0'
1818
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp