Skip to content

Commit

Permalink
Gemfile: fix versions to be able to build
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored Nov 6, 2019
1 parent bcc02e9 commit 24fee0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

ruby "2.3.5"
ruby "2.6.2"

# Dependencies at Oct 31, 2017
gem 'sinatra', '1.4.8'
gem 'haml'
gem 'rubyzip'
gem 'haml', '5.0.4' # October 13, 2017 - https://rubygems.org/gems/haml/versions
gem 'rubyzip', '1.2.1' # February 08, 2017 - https://rubygems.org/gems/rubyzip/versions
gem 'json','1.8.6'
gem 'nokogiri'
gem 'nokogiri', '1.8.1' # September 19, 2017 - https://rubygems.org/gems/nokogiri/versions
gem 'data_mapper', '1.2.0'
gem 'dm-sqlite-adapter', '1.2.0'

0 comments on commit 24fee0c

Please sign in to comment.