File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- # Declare your gem's dependencies in chatops_controller.gemspec.
4- # Bundler will treat runtime dependencies like base dependencies, and
5- # development dependencies will be added by default to the :development group.
63gem 'rails' , '~> 4.0'
74
8- # Declare any dependencies that are still in development here instead of in
9- # your gemspec. These might include edge Rails or gems from your path or
10- # Git. Remember to move these dependencies to your gemspec before releasing
11- # your gem to rubygems.org.
12-
13- # To use a debugger
14- # gem 'byebug', group: [:development, :test]
5+ group :development , :test do
6+ gem "rspec-rails" , "~> 3"
7+ gem "rspec_json_dumper" , "~> 0.1"
8+ gem "pry" , "~> 0"
9+ end
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- # Declare your gem's dependencies in chatops_controller.gemspec.
4- # Bundler will treat runtime dependencies like base dependencies, and
5- # development dependencies will be added by default to the :development group.
63gem 'rails', '~> 4.0'
74
8- # Declare any dependencies that are still in development here instead of in
9- # your gemspec. These might include edge Rails or gems from your path or
10- # Git. Remember to move these dependencies to your gemspec before releasing
11- # your gem to rubygems.org.
12-
13- # To use a debugger
14- # gem 'byebug', group: [:development, :test]
5+ group :development, :test do
6+ gem "rspec-rails", "~> 3"
7+ gem "rspec_json_dumper", "~> 0.1"
8+ gem "pry", "~> 0"
9+ end
You can’t perform that action at this time.
0 commit comments