Skip to content

Commit 7a586e6

Browse files
committed
Rakefile: Update required Ruby version and switch to pessimistic dependencies.
1 parent c3cee78 commit 7a586e6

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ with administrator privileges, depending on your environment. Then you can call
348348
the +lingo+ executable to process your text files. See <tt>lingo --help</tt>
349349
for available options.
350350

351-
Please note that Lingo requires Ruby version 1.9.2 or higher to run
352-
(2.0.0[http://ruby-lang.org/en/downloads/] is the currently recommended
351+
Please note that Lingo requires Ruby version 1.9.3 or higher to run
352+
(2.1.3[http://ruby-lang.org/en/downloads/] is the currently recommended
353353
version). If you want to use Lingo on Ruby 1.8, please refer to the
354354
{legacy version}[rdoc-label:label-Legacy+version].
355355

Rakefile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ The main functions of Lingo are:
4444
'{de,en,ru}.lang', '{de,en,ru}/{lingo-*,user-dic,test_*}.txt',
4545
'txt/{artikel{,-en,-ru},lir}.txt', 'lib/lingo/{srv,web}/**/{,.}*'
4646
].to_a,
47-
required_ruby_version: '>= 1.9.2',
48-
dependencies: [
49-
'cyclops',
50-
'nuggets',
51-
'rubyzip',
52-
'sinatra-bells',
53-
'unicode'
54-
],
55-
development_dependencies: [
56-
['diff-lcs', '>= 1.1.3'],
57-
'open4'
58-
]
47+
required_ruby_version: '>= 1.9.3',
48+
dependencies: {
49+
'cyclops' => ['~> 0.0', '>= 0.0.4'],
50+
'nuggets' => '~> 1.0',
51+
'rubyzip' => '~> 1.1',
52+
'sinatra-bells' => '~> 0.0',
53+
'unicode' => '~> 0.4'
54+
},
55+
development_dependencies: {
56+
'diff-lcs' => '~> 1.2',
57+
'open4' => '~> 1.3'
58+
}
5959
}
6060
}}
6161
rescue LoadError => err

0 commit comments

Comments
 (0)