Skip to content

Commit

Permalink
Upgrade to fugit 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Jan 6, 2017
1 parent b0d694b commit 045d1e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@
source 'https://rubygems.org'

#gem 'raabro', path: '../raabro/' # temporarily
gem 'fugit', path: '../fugit/' # temporarily
#gem 'fugit', path: '../fugit/' # temporarily

group :test do
gem 'sqlite3', '1.3.11', :platforms => [ :mri ]
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Expand Up @@ -2,20 +2,16 @@ PATH
remote: .
specs:
flor (0.5.0)
fugit (>= 0.9.3)
fugit (>= 0.9.4)
munemo (>= 1.0.1)
raabro (>= 1.1.2)

PATH
remote: ../fugit/
specs:
fugit (0.9.4)
raabro (>= 1.1.3)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
fugit (0.9.4)
raabro (>= 1.1.3)
jdbc-sqlite3 (3.8.11.2)
munemo (1.0.1)
raabro (1.1.3)
Expand All @@ -41,7 +37,6 @@ PLATFORMS

DEPENDENCIES
flor!
fugit!
jdbc-sqlite3 (= 3.8.11.2)
rspec (= 3.4.0)
sequel (~> 4)
Expand Down
2 changes: 1 addition & 1 deletion flor.gemspec
Expand Up @@ -29,7 +29,7 @@ A Ruby workflow engine
s.add_runtime_dependency 'munemo', '>= 1.0.1'
s.add_runtime_dependency 'raabro', '>= 1.1.2'
#s.add_runtime_dependency 'rufus-lru', '>= 1.1.0'
s.add_runtime_dependency 'fugit', '>= 0.9.3'
s.add_runtime_dependency 'fugit', '>= 0.9.4'

s.add_development_dependency 'rspec', '3.4.0'
s.add_development_dependency 'sequel', '~> 4'
Expand Down

0 comments on commit 045d1e7

Please sign in to comment.