./lib/rubypitaya/app-template/Gemfile in rubypitaya-3.17.2 vs ./lib/rubypitaya/app-template/Gemfile in rubypitaya-3.18.0
- old
+ new
@@ -1,12 +1,12 @@
source "https://rubygems.org"
-gem 'rubypitaya', '3.17.2'
+gem 'rubypitaya', '3.18.0'
group :development do
gem 'pry', '0.14.2'
- gem 'rspec', '3.12.0'
- gem 'listen', '3.8.0'
- gem 'bundler', '2.4.10'
- gem 'cucumber', '9.1.1'
+ gem 'rspec', '3.13.0'
+ gem 'listen', '3.9.0'
+ gem 'bundler', '2.4.19'
+ gem 'cucumber', '9.2.0'
gem 'sinatra-contrib', '3.2.0'
end