Gemfile in physicist-0.1.0 vs Gemfile in physicist-0.1.1

- old
+ new

@@ -1,8 +1,14 @@ source 'https://rubygems.org' gemspec + group :development do gem 'kramdown' gem 'pry' + + # really for laboratory app only... + gem 'dedalus' #, path: '../dedalus' + gem 'gosu' + gem 'joyce' #, path: '../joyce' end