Skip to content

Commit

Permalink
Use fugit 1.1.1 (thus et-orbi 1.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed May 4, 2018
1 parent bea585e commit a4a778c
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
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
#gem 'tzinfo-data'

#gem 'et-orbi', path: '../et-orbi/' # temporarily
gem 'et-orbi', git: 'https://github.com/floraison/et-orbi.git' # temporarily
#gem 'et-orbi', git: 'https://github.com/floraison/et-orbi.git' # temporarily
#
#gem 'fugit', path: '../fugit/' # temporarily
#gem 'fugit', git: 'https://github.com/floraison/fugit.git' # temporarily
Expand Down
2 changes: 1 addition & 1 deletion rufus-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for cron

s.required_ruby_version = '>= 1.9'

s.add_runtime_dependency 'fugit', '~> 1.1'
s.add_runtime_dependency 'fugit', '~> 1.1', '>= 1.1.1'

s.add_development_dependency 'rspec', '~> 3.4'
s.add_development_dependency 'chronic'
Expand Down

0 comments on commit a4a778c

Please sign in to comment.